This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, generate has been updated via 1ffba0f0fa47f6abe46ab253d786833f512fa79c (commit) from b6c9637eb54c10672ea89dd044cde74a4ddb4afe (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/1ffba0f0fa47f6abe46ab253d786833f512fa...
commit 1ffba0f0fa47f6abe46ab253d786833f512fa79c Author: Cyril Hrubis metan@ucw.cz Date: Mon Oct 31 21:51:58 2011 +0100
Add SIGSEGV and SIGBUS too.
diff --git a/demos/fbshow/fbshow.c b/demos/fbshow/fbshow.c index 77e84d1..d15bdbc 100644 --- a/demos/fbshow/fbshow.c +++ b/demos/fbshow/fbshow.c @@ -135,6 +135,8 @@ int main(int argc, char *argv[]) }
signal(SIGINT, sighandler); + signal(SIGSEGV, sighandler); + signal(SIGBUS, sighandler);
fb = GP_FramebufferInit("/dev/fb0");
-----------------------------------------------------------------------
Summary of changes: demos/fbshow/fbshow.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.