GNOME Bugzilla – Bug 72667
Nautilus segfaults on exit (ver 1.1.6) on gtk_socket_end_embedding
Last modified: 2004-12-22 21:47:04 UTC
Nautilus (1.1.6) segfaults on exit on gtk_socket_get_id() This is with the latest 'stable' gtk2 & gnome2 libs, eel & nautilus. backtrace: 0x407356a9 in gtk_socket_get_id () from /usr/lib/libgtk-x11-1.3.so.15 (gdb) bt
+ Trace 18321
Chris: hrm... this is basically identical to your bug 72806, and no one else has reported anything like it, which suggests your gtk is perhaps broken. That said, cc'ing Owen to see if he agrees with my hypothesis- it could be a real gtk bug that for some reason no one else is seeing yet. Also, Chris, if you could make sure you are compiling with symbols and aren't stripping things? That will make your stack traces a lot more useful. Oh, and please make sure that (until we hit 2.0, at least) your rpm specfiles try to build things unstripped- snaps and betas should never go out without symbols.
I'd need symbols to do anything with this. (The gtk_socket_get_id() is just the closest public function.)
New backtrace of same problem but then in garnome 0.7.5 (same versions) with all debugging symbols: (gdb) bt
+ Trace 18552
As I see Owen fixed it already (gtk_socket_end_embedding), you need Gtk+ > 1.3.15 (newer than Feb 25) *** This bug has been marked as a duplicate of 73208 ***