Commit 5a79227a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b9d61b3f
......@@ -182,7 +182,7 @@ void dump_traceback(int fd)
void *pcv[256];
int n;
/* XXX better use https://github.com/ianlancetaylor/libbacktrace
/* TODO better use https://github.com/ianlancetaylor/libbacktrace
* because backtrace_symbols often does not provide symbolic information */
n = backtrace(pcv, 256);
backtrace_symbols_fd(pcv, n, fd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment