Eugene Teo wrote:
P.V.Anthony wrote:
Program received signal SIGSEGV, Segmentation fault.
0x00005555555669ea in ?? ()
(gdb) backtrace
#0 0x00005555555669ea in ?? ()
#1 0x0000000000000000 in ?? ()
(gdb) frame 0
#0 0x00005555555669ea in ?? ()
(gdb) frame 1
#1 0x0000000000000000 in ?? ()
(gdb)
Compiling qmail with -g is insufficient. You also need the debuginfo
of the libraries that are linked to qmail. If you were using a
distribution
like Fedora or Red Hat Enterprise Linux, all you have to do is to find
out which library is linked, download the relevant debuginfo rpms,
install
them, and rerun gdb. This should give you more meaningful output.
Even so, it looks like the stack may have been trashed?
Shouldn't there be valid backtrace addresses without the debug info?
(just without symbol names)
_______________________________________________
Slugnet mailing list
[email protected]
http://www.lugs.org.sg/mailman/listinfo/slugnet