raster pushed a commit to branch master.

commit ae7d8e2a975cd02b9255f48f8b526db442d54cc0
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Sep 4 08:53:14 2013 +0900

    don't consider sigbus a trap/crash signal offense - i/o block error for 
example
---
 src/bin/e_start_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c
index 55a286d..3cd7122 100644
--- a/src/bin/e_start_main.c
+++ b/src/bin/e_start_main.c
@@ -523,7 +523,7 @@ main(int argc, char **argv)
                             if (r != 0 ||
                                 (sig.si_signo != SIGSEGV &&
                                  sig.si_signo != SIGFPE &&
-                                 sig.si_signo != SIGBUS &&
+//                                 sig.si_signo != SIGBUS &&
                                  sig.si_signo != SIGABRT))
                               {
 #ifdef HAVE_SYS_PTRACE_H

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to