Comment 7 for bug 123771

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Thanks, but the backtrace is incomplete. Just after the segfault you've forgotten to retrieve the backtrace

After the segfault occurs run the following gdb commands
(gdb) backtrace full
(gdb) info registers
(gdb) thread apply all backtrace
(gdb) quit

Thanks