Issue Information
-
#000995
-
3 - Medium
-
Invalid
Issue Confirmations
-
Yes (0)No (0)
Originally posted by theultramage
http://www.eathena.w...ker&showbug=995
There is a bug in the linux/cygwin crashdump plugin 'sig'. I've suspected it for some time, but I've finally got hands-on proof yesterday when a crash produced both a sig-stackdump report and a gdb full backtrace.
The bug is that either sig isn't logging the topmost call stack entry correctly, or addr2line isn't translating it correctly. It always comes out as
gdb, on the other hand, displays the topmost entry perfectly.
http://www.eathena.w...ker&showbug=995
There is a bug in the linux/cygwin crashdump plugin 'sig'. I've suspected it for some time, but I've finally got hands-on proof yesterday when a crash produced both a sig-stackdump report and a gdb full backtrace.
The bug is that either sig isn't logging the topmost call stack entry correctly, or addr2line isn't translating it correctly. It always comes out as
CODE
??
??:0
??:0
gdb, on the other hand, displays the topmost entry perfectly.