Comment 4 for bug 67086

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

Hi, thanks for taking care for this bug.

Here is the trace you requested :

$ LD_LIBRARY_PATH=/usr/lib/debug 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 "/usr/lib/debug/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/nautilus
[Thread debugging using libthread_db enabled]
[New Thread -1226987856 (LWP 6458)]
[New Thread -1288918096 (LWP 6469)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1226987856 (LWP 6458)]
*__GI_strcmp (p1=0x1d287f6d <Address 0x1d287f6d out of bounds>,
    p2=0x823dc10 "8x8/emblems") at strcmp.c:38
38 strcmp.c: No such file or directory.
        in strcmp.c
(gdb) thread apply all bt

Thread 2 (Thread -1288918096 (LWP 6469)):
#0 0xb7650602 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /usr/lib/debug/libpthread.so.0
#1 0xb7296113 in ?? () from /usr/lib/libgthread-2.0.so.0
#2 0x082cf9d8 in ?? ()
#3 0x08196480 in ?? ()
#4 0xb32ca3b8 in ?? ()
#5 0xb7296265 in ?? () from /usr/lib/libgthread-2.0.so.0
#6 0x082cf9d8 in ?? ()
#7 0x00000000 in ?? ()

Thread 1 (Thread -1226987856 (LWP 6458)):
#0 *__GI_strcmp (p1=0x1d287f6d <Address 0x1d287f6d out of bounds>,
    p2=0x823dc10 "8x8/emblems") at strcmp.c:38
#1 0xb7aeaff9 in get_directory_index (cache=<value optimized out>,
    directory=0x823dc10 "8x8/emblems") at gtkiconcache.c:181
#2 0xb7aeb2a1 in find_image_offset (cache=0x823dbd0,
    icon_name=0x819eeb0 "gnome-fs-directory",
    directory=0x823dc10 "8x8/emblems") at gtkiconcache.c:246
#3 0xb7aeb537 in _gtk_icon_cache_get_icon_flags (cache=0x823dbd0,
    icon_name=0x819eeb0 "gnome-fs-directory",
    directory=0x823dc10 "8x8/emblems") at gtkiconcache.c:267
---Type <return> to continue, or q <return> to quit---
#4 0xb7af0bf3 in theme_dir_get_icon_suffix (dir=<value optimized out>,
    icon_name=0x823dc10 "8x8/emblems", has_icon_file=0x0)
    at gtkicontheme.c:1847
#5 0xb7af1adf in IA__gtk_icon_theme_get_icon_sizes (icon_theme=0x8191588,
    icon_name=0x819eeb0 "gnome-fs-directory") at gtkicontheme.c:1499
#6 0xb7c49538 in icon_list_from_theme (widget=<value optimized out>,
    name=0x819eeb0 "gnome-fs-directory") at gtkwindow.c:2767
#7 0xb7c49b62 in gtk_window_realize_icon (window=0x81f0010)
    at gtkwindow.c:2851
#8 0xb7c519fc in gtk_window_realize (widget=0x81f0010) at gtkwindow.c:4384
#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 0xb7676b29 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#12 0xb7667fb9 in g_value_set_boxed () from /usr/lib/libgobject-2.0.so.0
#13 0xb766979b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#14 0xb767a02a in g_signal_chain_from_overridden ()
   from /usr/lib/libgobject-2.0.so.0
#15 0xb767b0b7 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#16 0xb767b279 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#17 0xb7c4248a in IA__gtk_widget_realize (widget=0x81f0010) at gtkwidget.c:2496
#18 0x0806a91c in nautilus_application_open_desktop (application=0x81afa90)
---Type <return> to continue, or q <return> to quit---
    at nautilus-application.c:788
#19 0xb76c7cd0 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#20 0x08067889 in Nautilus_Shell_start_desktop (_obj=0x81d7690, ev=0xbfc9dce4)
    at nautilus-shell-interface-stubs.c:144
#21 0x0806b418 in nautilus_application_startup (application=0x81afa90,
    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 "_TIME1772489117", geometry=0x0, session_to_load=0x0,
    urls=0x0) at nautilus-application.c:631
#22 0x0807badc in main (argc=1, argv=0xbfc9e004) at nautilus-main.c:360
#23 0xb737e8cc in __libc_start_main (main=0x807b2d0 <main>, argc=1,
    ubp_av=0xbfc9e004, init=0x813b300 <__libc_csu_init>,
    fini=0x813b2f0 <__libc_csu_fini>, rtld_fini=0xb7f55290 <_dl_fini>,
    stack_end=0xbfc9dffc) at libc-start.c:231
#24 0x08067621 in _start ()
(gdb)