Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_signals.c 


Log Message:


signal fix... and TODO for timers

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_signals.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_signals.c 31 Mar 2005 03:21:58 -0000      1.4
+++ e_signals.c 2 Apr 2005 16:11:04 -0000       1.5
@@ -26,6 +26,7 @@
 void e_sigseg_act(int x, siginfo_t *info, void *data){
   write(2, "**** SEGMENTATION FAULT ****\n", 29);
   write(2, "**** Backtrace disabled... *****\n\n", 34);
+  exit(-11);
 }
 #endif
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to