From 7ae83060b604f23d6a9589e4927962d60644a879 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 12 Apr 2010 09:05:37 +0000 Subject: [PATCH] comment out too. SVN revision: 47951 --- src/bin/e_signals.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_signals.c b/src/bin/e_signals.c index bb5c151c1..c29c4609a 100644 --- a/src/bin/e_signals.c +++ b/src/bin/e_signals.c @@ -94,7 +94,7 @@ _e_backtrace_int(int fd, const char *msg, size_t msg_len) size_t size; return; // disable. causes hangs and problems - +/* _e_write_safe_int(fd, msg, msg_len); _e_write_safe(fd, "\nBEGIN TRACEBACK\n"); size = backtrace(array, 255); @@ -107,6 +107,7 @@ _e_backtrace_int(int fd, const char *msg, size_t msg_len) _e_write_safe_int(fd, attachmsg, size); _e_gdb_print_backtrace(fd); + */ } /* a tricky little devil, requires e and it's libs to be built