Comment 5 for bug 33077

Revision history for this message
Sebastian Dröge (slomo) wrote :

Could you try the following?

gdb --args mono /usr/lib/banshee/banshee.exe
handle SIGXCPU SIG33 SIGPWR nostop noprint
run
[wait for the segfault]
backtrace

then run 'p mono_print_method_from_ip ($address)' on every address that is not 0x00000000 and not resolved to some symbol. Copy everything in here or better attach it as an text file because that's easier to read ;)