Comment 6 for bug 897761

Revision history for this message
Baronos (seredkinab) wrote : Re: Segmentation fault

ubuntu@ubuntu:~$ gdb marlin
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/marlin...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/marlin
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffefab2700 (LWP 10206)]
[INFO 23:21:40.161891] Welcome to Marlin
[INFO 23:21:40.161959] Version: 0.1
[INFO 23:21:40.161988] Report any issues/bugs you might find to http://bugs.launchpad.net/marlin
[New Thread 0x7fffecb83700 (LWP 10207)]
[New Thread 0x7fffe7df6700 (LWP 10208)]
[New Thread 0x7fffe2389700 (LWP 10209)]
[New Thread 0x7fffe0fb8700 (LWP 10210)]
[New Thread 0x7fffe07b7700 (LWP 10211)]
[New Thread 0x7fffdffb6700 (LWP 10212)]
[New Thread 0x7fffdf7b5700 (LWP 10213)]
[WARN 23:21:40.457140] gof-callwhenready.vala:74: query info failed, Error when getting information for file '/home/ubuntu/Videos': No such file or directory file:///home/ubuntu/Videos
[INFO 23:21:40.460302] gof-callwhenready.vala:83: call when ready OK - empty list

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff501ac06 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff501ac06 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0 0x00007ffff501ac06 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007ffff501c061 in g_filename_from_uri ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007fffe7dfaa78 in ?? ()
   from /usr/lib/marlin/plugins/libmarlin-dropbox.so
#3 0x00007ffff7bcbe55 in ?? () from /usr/lib/libmarlincore.so.0
#4 0x00007ffff503744a in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff5037810 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6 0x00007ffff50378d4 in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7 0x00007ffff57cf894 in g_application_run ()
   from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x0000000000426665 in main ()
(gdb)