[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: tpool cleanup?



>Yes, memory debuggers like Valgrind can show a stack trace of where the
>resource was created.  thr_debug can't do that, so the output is more
>informative when it provokes Valgrind instead.

On Linux you can call backtrace_symbols_fd() to get a backtrace from
within your application.

-- Luke

--