From f7c295028e9553905ab9cdcf4ac98e296cafe79a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 2 Apr 2005 16:11:04 +0000 Subject: [PATCH] signal fix... and TODO for timers SVN revision: 14075 --- TODO | 1 + src/bin/e_signals.c | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO b/TODO index e78f860e0..436d0a948 100644 --- 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 diff --git a/src/bin/e_signals.c b/src/bin/e_signals.c index 02f1f81e4..1b81e135f 100644 --- a/src/bin/e_signals.c +++ b/src/bin/e_signals.c @@ -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