Ok, I've taken a shot at a gdb run, pulling together some tips from
here: http://www.mono-project.com/Debugging

(gdb) mono
(gdb) handle SIGPWR ignore noprint pass
(gdb) handle SIGXCPU ignore noprint pass
(gdb) set logging on debug.txt
(gdb) break gdk_x_error
Function "gdk_x_error" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (gdk_x_error) pending.
(gdb) run --debug /usr/lib/banshee/Banshee.exe --sync

I've attached the resulting log file. But the breakpoint isn't taking;
I'm assuming we need to pass an additional argument to mono to get that
to work.

** Attachment added: "debug.txt"
   
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/836909/+attachment/2334082/+files/debug.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836909

Title:
  Banshee crashes while loading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/836909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to