Comment 3 for bug 1044842

Revision history for this message
Chow Loong Jin (hyperair) wrote :

It looks like it's crashing due to a segfault in native code. Could you try getting a stack trace from gdb please? It won't be very straightforward to run Banshee in gdb, so I suggest attaching gdb to Banshee once it has started running:

1. Start Banshee in a terminal with "banshee --debug"
2. Open another terminal
3. Hook gdb onto the running Banshee process: gdb -p `pidof banshee`
4. Once gdb's prompt appears, get it to allow the Banshee process to continue by typing "cont"
5. Reproduce the crash
6. The gdb prompt should appear. Type "bt full" to get the full stack trace. Then type "quit" to quit gdb.
7. Copy the outputs from both terminals and save them into separate text files
8. Attach both files to this bug.