Comment 2 for bug 67086

Revision history for this message
Lubos Kolouch (lubos-kolouch) wrote : Re: Nautilus keeps crashing at gettimeofday

$ gdb nautilus
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/nautilus
[Thread debugging using libthread_db enabled]
[New Thread -1226537296 (LWP 10371)]
[New Thread -1288483936 (LWP 10378)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1226537296 (LWP 10371)]
0xb74466a8 in strcmp () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread apply all bt

Thread 2 (Thread -1288483936 (LWP 10378)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb76d7a8c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb7307113 in ?? () from /usr/lib/libgthread-2.0.so.0
#3 0x082cf8e0 in ?? ()
#4 0x08196480 in ?? ()
#5 0xb33343b8 in ?? ()
#6 0xb7307265 in ?? () from /usr/lib/libgthread-2.0.so.0
#7 0x082cf8e0 in ?? ()
#8 0x00000000 in ?? ()

Thread 1 (Thread -1226537296 (LWP 10371)):
#0 0xb74466a8 in strcmp () from /lib/tls/i686/cmov/libc.so.6
#1 0xb7b70ff9 in _gtk_icon_cache_has_icon () from /usr/lib/libgtk-x11-2.0.so.0
#2 0xb7b712a1 in _gtk_icon_cache_add_icons ()
   from /usr/lib/libgtk-x11-2.0.so.0
#3 0xb7b71537 in _gtk_icon_cache_get_icon_flags ()
   from /usr/lib/libgtk-x11-2.0.so.0
#4 0xb7b76bf3 in gtk_icon_info_get_type () from /usr/lib/libgtk-x11-2.0.so.0
#5 0xb7b77adf in gtk_icon_theme_get_icon_sizes ()
   from /usr/lib/libgtk-x11-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#6 0xb7ccf538 in gtk_window_get_default_icon_list ()
   from /usr/lib/libgtk-x11-2.0.so.0
#7 0xb7ccfb62 in gtk_window_get_default_icon_list ()
   from /usr/lib/libgtk-x11-2.0.so.0
#8 0xb7cd79fc in gtk_window_new () from /usr/lib/libgtk-x11-2.0.so.0
#9 0x0809b256 in nautilus_window_realize (widget=0x81f0010)
    at nautilus-window.c:741
#10 0x08071ecf in realize (widget=0x81f0010) at nautilus-desktop-window.c:224
#11 0xb76fcb29 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#12 0xb76edfb9 in g_value_set_boxed () from /usr/lib/libgobject-2.0.so.0
#13 0xb76ef79b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#14 0xb770002a in g_signal_chain_from_overridden ()
   from /usr/lib/libgobject-2.0.so.0
#15 0xb77010b7 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#16 0xb7701279 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#17 0xb7cc848a in gtk_widget_realize () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x0806a91c in nautilus_application_open_desktop (application=0x81afa90)
    at nautilus-application.c:788
#19 0xb774dcd0 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#20 0x08067889 in Nautilus_Shell_start_desktop (_obj=0x81d7608, ev=0xbf9911f4)
    at nautilus-shell-interface-stubs.c:144
#21 0x0806b418 in nautilus_application_startup (application=0x81afa90,
---Type <return> to continue, or q <return> to quit---
    kill_shell=0, restart_shell=0, no_default_window=0, no_desktop=0,
    do_first_time_druid_check=1, browser_window=0,
    startup_id=0x81b7140 "_TIME1695746836", geometry=0x0, session_to_load=0x0,
    urls=0x0) at nautilus-application.c:631
#22 0x0807badc in main (argc=1, argv=0xbf991514) at nautilus-main.c:360
#23 0xb73ef8cc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#24 0x08067621 in _start ()