GNOME Bugzilla – Bug 315669
Just crash on open my home directory.
Last modified: 2005-09-12 10:47:27 UTC
Distribution: Ubuntu 5.10 (breezy) Package: nautilus Severity: Normal Version: GNOME2.11.92 2.11.92 Gnome-Distributor: Ubuntu Synopsis: Just crash on open my home directory. Bugzilla-Product: nautilus Bugzilla-Component: general Bugzilla-Version: 2.11.92 BugBuddy-GnomeVersion: 2.0 (2.11.4) Description: Description of the crash: Nau crash on open my home directory. Debugging Information: Backtrace was generated from '/usr/bin/nautilus' (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". ------- Bug moved to this database by unknown@gnome.bugs 2005-09-09 16:23 UTC ------- Unknown version 2.11.92 in product nautilus. Setting version to "2.11.x". The original reporter of this bug does not have an account here. Reassigning to the person who moved it here, unknown@gnome.bugs. Previous reporter was Bacek@yandex-team.ru.
Thanks for the bug report. Without a stack trace from the crash it's very hard to determine what caused it. Can you provide us with one? Please see http:// live.gnome.org/GettingTraces for more information on how to do so.
bacek@bacek:~$ gdb !! gdb nautilus GNU gdb 6.3-debian Copyright 2004 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"...(no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) r /home/bacek Starting program: /usr/bin/nautilus /home/bacek Program received signal SIG33, Real-time event 33. [Switching to Thread -1210569808 (LWP 1725)] 0x4b2f168a in poll () from /lib/tls/libc.so.6 (gdb) c Continuing. Program received signal SIG33, Real-time event 33. 0x4be09879 in ?? () from /usr/lib/libgthread-2.0.so.0 (gdb) c Continuing. (no debugging symbols found) Program received signal SIG33, Real-time event 33. 0x4b2f168a in poll () from /lib/tls/libc.so.6 (gdb) c Continuing. Program received signal SIG33, Real-time event 33. 0x4b2f168a in poll () from /lib/tls/libc.so.6 (gdb) c Continuing. (no debugging symbols found) [New Thread -1217623120 (LWP 1728)] [New Thread -1217885264 (LWP 1729)] [New Thread -1218147408 (LWP 1730)] (no debugging symbols found) (no debugging symbols found) [New Thread -1220293712 (LWP 1731)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1208318272 (LWP 1721)] 0x497dd9a9 in gnome_vfs_format_file_size_for_display () from /usr/lib/libgnomevfs-2.so.0 (gdb) thread apply all bt
+ Trace 62945
Thread 5 (Thread -1218147408 (LWP 1730))
Thread 1 (Thread -1208318272 (LWP 1721))
Looks like bug in gnome-vfs.
After installing of debug version of gnomevfs I got next backtrace: (gdb) bt
+ Trace 62946
thanks for reporting back! the first crash has already been reported. please install libeel-debug and file a new report with the second stack trace (it is a different issue apparently). It seems to be unique. Write that you get the trace from the duplicate if you remove debugging symbols. Thanks for your precious efforts. *** This bug has been marked as a duplicate of 308639 ***
Sorry, I've removed some files in my home dir and nau doesn't crash now. But I have other dir :) (gdb) bt
+ Trace 62949
Looks like backtrace are similar in my bug and #308639 since "gnome_vfs_find_directory".
yes, please add further comments to that bug instead of this one. thanks.