i could have sworn i disabled this! disable again.

SVN revision: 43404
This commit is contained in:
Carsten Haitzler 2009-11-02 01:18:26 +00:00
parent 5e55bd7cbc
commit 88904fce02
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ _e_backtrace_int(int fd, const char *msg, size_t msg_len)
void *array[255];
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);