signal fix... and TODO for timers
authorCarsten Haitzler <raster@rasterman.com>
Sat, 2 Apr 2005 16:11:04 +0000 (16:11 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sat, 2 Apr 2005 16:11:04 +0000 (16:11 +0000)
SVN revision: 14075

TODO
src/bin/e_signals.c

diff --git a/TODO b/TODO
index e78f860..436d0a9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,6 +32,7 @@ ISSUES:
 * virtual desktops need an overhaul. hacked in waay too quickly.
 * virtual desktops need fixing to work with zones properly
 * gadman gadget menu needs icons :)
+* general ecore/edje/efl bug - if u change system clock - especially BACKWARDS timers in ecore and edje get fucked
 
 <add more issues as they are found>
 
index 02f1f81..1b81e13 100644 (file)
@@ -26,6 +26,7 @@ void e_sigseg_act(int x, siginfo_t *info, void *data){
 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