GNOME Bugzilla – Bug 387288
crash in File Browser: Refreshed a workgroup ov...
Last modified: 2006-12-21 10:00:45 UTC
What were you doing when the application crashed? Refreshed a workgroup over the smb:// protocol (workgroup contains only one other machine, which has Samba-based shares) Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 76214272 vsize: 0 resident: 76214272 share: 0 rss: 21295104 rss_rlim: 0 CPU usage: start_time: 1166455169 rtime: 0 utime: 242 stime: 0 cutime:222 cstime: 0 timeout: 20 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/nautilus' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1227192656 (LWP 6535)] (no debugging symbols found) 0xb7f27410 in ?? ()
+ Trace 95220
Thread 1 (Thread -1227192656 (LWP 6535))
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
First of all, here's the Nautilus console output: oyvind@blackelf:~$ nautilus --sm-disable --no-desktop --oaf-private . (nautilus:12011): libgnomevfs-WARNING **: Failed to create service browser: Bad state (nautilus:12011): libgnomevfs-WARNING **: Failed to create service browser: Bad state (nautilus:12011): libgnomevfs-WARNING **: Failed to create service browser: Bad state (nautilus:12011): libgnomevfs-WARNING **: Failed to create service browser: Bad state (nautilus:12011): gnome-vfs-modules-WARNING **: Failed to create client: Daemon not running Segmentation fault (core dumped) OK, here's what I've got so far by using gdb and the nautilus-dbg package: oyvind@blackelf:~$ gdb -se /usr/lib/debug/usr/bin/nautilus -c core.11813 ... ... Core was generated by `nautilus --sm-disable --no-desktop --oaf-private .'. Program terminated with signal 11, Segmentation fault.
+ Trace 95370
I don't really know if it's of any help (I have done much debugging with gdb before). But a hint might be that Nautilus complains about loading some icon image, and the icons in the Nautilus browser shift from "unknown type" to the proper computer icon. The it all crashes.
(In reply to comment #2) <snip> > I don't really know if it's of any help (I have done much debugging with gdb > before). But a hint might be that Nautilus complains about loading some icon Sorry, that was supposed to be "I have _not_ done much debugging with gdb before" ;)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 348161 ***