GNOME Bugzilla – Bug 314173
Nautilus crashes when I click a link
Last modified: 2005-08-23 14:16:45 UTC
Distribution/Version: Ubuntu 1. Create a link to a folder somewhere. 2. Click it. Results: Nautilus crashes and restarts. I have -dbg packages for nautilus, gtk, glib, gnomevfs and gnome-applets installed. I've tried getting stack information with GDB, but I haven't been able to get alot .. A kind soul helped me at freenode/gnome, and this is what I did and got: 1. > gdb /usr/bin/nautilus `pidof nautilus` 2. gdb> continue 3. Produce crash. 4. gdb> thread apply all bt [1] 5. gdb> continue 6. gdb> thread apply all bt [2] 7. gdb> continue 8. Nautilus shuts down and restarts. 1: Produced the following output: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1236534352 (LWP 11230)] 0xb644568b in ?? () (gdb) thread apply all bt
+ Trace 62587
Thread 5 (Thread -1236534352 (LWP 11230))
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Those are the steps I followed. If it would help, I'd meet with you on IRC where you could instruct me as to how to get better stack traces ?
drop by in irc channel #bugs (and/or #gnome) on irc.gnome.org and ask _patiently_. people can usually assist.
With the help of seb128 and vuntz on #bugs, we determined this to be a libswfdec bug. Resolving NOTGNOME.