Comment 4 for bug 897761

Revision history for this message
Anders Ravn (j-anders-r) wrote : Re: Segmentation fault

Here is mine:

(gdb) run
Starting program: /usr/bin/marlin
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffef81d700 (LWP 32332)]
[INFO 18:01:34.166258] Welcome to Marlin
[INFO 18:01:34.166360] Version: 0.1
[INFO 18:01:34.166438] Report any issues/bugs you might find to http://bugs.launchpad.net/marlin
[New Thread 0x7fffe7fff700 (LWP 32333)]
[New Thread 0x7fffe71ea700 (LWP 32334)]
[New Thread 0x7fffdebc2700 (LWP 32335)]
[New Thread 0x7fffde1be700 (LWP 32336)]
[INFO 18:01:34.467165] gof-callwhenready.vala:83: call when ready OK - empty list
[INFO 18:01:34.569149] on_connect

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff506c116 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0 0x00007ffff506c116 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007ffff506d5a1 in g_filename_from_uri () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007fffe71eea78 in ?? () from /usr/lib/marlin/plugins/libmarlin-dropbox.so
#3 0x00007ffff7bcbe55 in ?? () from /usr/lib/libmarlincore.so.0
#4 0x00007ffff508aa5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff508b258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6 0x00007ffff508b792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7 0x00007ffff7072e1d in gtk_main () from /usr/lib/libgtk-3.so.0
#8 0x00007ffff5827a4e in g_application_run () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#9 0x0000000000426665 in main ()
(gdb)