26 Nov
2007
26 Nov
'07
3:04 p.m.
On Thu, 2007-11-22 at 21:16 +0300, Maxim wrote:
#0 0x08051e2d in auth_client_request_continue () (gdb) bt #0 0x08051e2d in auth_client_request_continue () #1 0x0804b8db in client_auth_input () #2 0x080562ec in io_loop_handler_run () #3 0x0805599d in io_loop_run () #4 0x0804d963 in main () (gdb)
or what anything info should i provide?
Any chance of getting the backtrace with debug symbols enabled? If you compile from sources, they're in the binaries by default.
Also it sometimes helps backtraces if optimizations are disabled. You can do this with:
CFLAGS=-g ./configure