Comment 16 for bug 989845

Revision history for this message
Colin Leroy-Mira (colin-colino) wrote :

Hi Edza,

I don't know, maybe you face another bug. I would need a gdb backtrace to know what your crash is with Raleigh. You need to install the libgtk2.0-0-dbg package, then run the following :

$ gdb claws-mail
(gdb) break gdk_x_error
(gdb) run --sync
[...] make it crash
(gdb) backtrace full

HTH !