comment out too.

SVN revision: 47951
This commit is contained in:
Carsten Haitzler 2010-04-12 09:05:37 +00:00
parent 48fbad5d6b
commit 7ae83060b6
1 changed files with 2 additions and 1 deletions

View File

@ -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