- [amatriain@amatriain-desktop ~]$ gdb nautilus
- GNU gdb (GDB) 7.4
- Copyright (C) 2012 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-unknown-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /usr/bin/nautilus...done.
- (gdb) r
- Starting program: /usr/bin/nautilus
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/libthread_db.so.1".
- [New Thread 0x7fffeb217700 (LWP 31984)]
- [New Thread 0x7fffeaa16700 (LWP 31985)]
- [New Thread 0x7fffea00d700 (LWP 31986)]
- Initializing nautilus-open-terminal extension
- [New Thread 0x7fffd4938700 (LWP 31989)]
- [New Thread 0x7fffcfdfc700 (LWP 31990)]
- [Thread 0x7fffcfdfc700 (LWP 31990) exited]
- [Thread 0x7fffd4938700 (LWP 31989) exited]
- [New Thread 0x7fffd4938700 (LWP 31991)]
- [New Thread 0x7fffcfdfc700 (LWP 31992)]
- [New Thread 0x7ffff7e25700 (LWP 31993)]
- [Thread 0x7fffeaa16700 (LWP 31985) exited]
- [Thread 0x7fffd4938700 (LWP 31991) exited]
- Program received signal SIGSEGV, Segmentation fault.
- [Switching to Thread 0x7fffcfdfc700 (LWP 31992)]
- 0x00007ffff53936ef in g_file_get_path (file=0x2400) at gfile.c:452
- 452 g_return_val_if_fail (G_IS_FILE (file), NULL);
- (gdb) bt full
- #0 0x00007ffff53936ef in g_file_get_path (file=0x2400) at gfile.c:452
- __inst = 0x2400
- __t = 8799696
- __r = 32767
- iface = 0x7fffc8001060
- __PRETTY_FUNCTION__ = "g_file_get_path"
- #1 0x00007fffd71978fb in g_proxy_mount_has_mount_path (mount=0x982f40, mount_path=0x7fffc8001000 "/media/mirror") at gproxymount.c:128
- path = 0x7fffcfdfb9f0 " \271\231"
- result = 0
- #2 0x00007fffd719a4c2 in get_mount_for_mount_path (mount_path=0x7fffc8001000 "/media/mirror", cancellable=0x7fffdc03af50) at gproxyvolumemonitor.c:353
- mount = 0x0
- volume_monitor = 0x981a30
- klass = 0x96ae50
- vm_hash_iter = {dummy1 = 0x99ba40, dummy2 = 0x7ffff512f663, dummy3 = 0x7fffcfdfc700, dummy4 = 5, dummy5 = 0, dummy6 = 0x3}
- vol_hash_iter = {dummy1 = 0x99b920, dummy2 = 0x952500, dummy3 = 0x7fffcfdfba20, dummy4 = 2, dummy5 = 32767, dummy6 = 0x7fff00000004}
- candidate_mount = 0x982f40
- union_monitor = 0x952440
- #3 0x00007ffff53e9e20 in _g_mount_get_for_mount_path (mount_path=0x7fffc8001000 "/media/mirror", cancellable=0x7fffdc03af50) at gunionvolumemonitor.c:598
- klass = 0x96ae50
- mount = 0x0
- #4 0x00007ffff545c97c in g_local_file_find_enclosing_mount (file=0x134fc60, cancellable=0x7fffdc03af50, error=0x7fffcfdfbbd0) at glocalfile.c:1085
- local = 0x134fc60
- buf = {st_dev = 17, st_ino = 5881874, st_nlink = 2, st_mode = 16877, st_uid = 1000, st_gid = 100, __pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 16384, st_blocks = 0, st_atim = {tv_sec = 1335390721, tv_nsec = 0}, st_mtim = {
- tv_sec = 1335125390, tv_nsec = 0}, st_ctim = {tv_sec = 1335127486, tv_nsec = 0}, __unused = {0, 0, 0}}
- mountpoint = 0x7fffc8001000 "/media/mirror"
- mount = 0x808b08
- #5 0x00007ffff5395315 in g_file_find_enclosing_mount (file=0x134fc60, cancellable=0x7fffdc03af50, error=0x7fffcfdfbbd0) at gfile.c:1365
- iface = 0x864ae0
- __PRETTY_FUNCTION__ = "g_file_find_enclosing_mount"
- #6 0x00007ffff539d042 in find_enclosing_mount_async_thread (res=0x142bc40, object=0x134fc60, cancellable=0x7fffdc03af50) at gfile.c:5676
- error = 0x0
- mount = 0x7fffdc03af50
- #7 0x00007ffff53cc925 in run_in_thread (job=0x132e0f0, c=0x7fffdc03af50, _data=0x120eef0) at gsimpleasyncresult.c:861
- data = 0x120eef0
- simple = 0x142bc40
- source = 0x7fffdc03af50
- #8 0x00007ffff53b74ae in io_job_thread (data=0x132e0f0, user_data=0x0) at gioscheduler.c:177
- job = 0x132e0f0
- result = 0
- #9 0x00007ffff4e674e6 in g_thread_pool_thread_proxy (data=0x95c3b0) at gthreadpool.c:309
- task = 0x132e0f0
- pool = 0x95c3b0
- #10 0x00007ffff4e66f20 in g_thread_proxy (data=0x120a990) at gthread.c:801
- thread = 0x120a990
- __PRETTY_FUNCTION__ = "g_thread_proxy"
- #11 0x00007ffff436de0e in start_thread () from /lib/libpthread.so.0
- No symbol table info available.
- #12 0x00007ffff40a91ed in clone () from /lib/libc.so.6
- No symbol table info available.
- (gdb)