forwarded 286647 http://bugzilla.gnome.org/show_bug.cgi?id=165363 retitle 286647 galeon: crashes when moving the last button from the lower toolbar thanks
Hi, Francesco Potorti` <[EMAIL PROTECTED]> - Wed, Jan 26, 2005: > For some reason, 'thread apply bt full' did not work this time. So I > just did 'bt full'. [ It's "thread apply all bt full", note the "all". ] > (galeon:3765): Gtk-CRITICAL **: file gtkcontainer.c: line 1285 > (gtk_container_foreach): assertion `GTK_IS_CONTAINER (container)' failed [ This is interesting. ] > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 16384 (LWP 3765)] > 0x08142db2 in egg_editable_toolbar_get_type () Sadly, the segfault ultimately appears in egg_editable_toolbar_get_type(), and this is a Galeon function. We'll need to rebuild Galeon with debugging symbols for the debugging to continue, since you're using i386 as I do, I propose I prepare the debs with debugging symbols for you. If you prefer, you can try to build them yourself like this: - apt-get install build-essential devscripts - apt-get build-dep galeon - mkdir tmp-galeon && cd tmp-galeon && apt-get source galeon - cd galeon-VERSION - DEB_BUILD_OPTIONS="nostrip noopt" debuild - cd .. - ls *.deb I've prepared packages of 1.3.19-3 which is being uploaded to unstable with debugging symbols and I've uploaded them at: <http://joule.via.ecp.fr/~lool/debian/galeon/1.3.19-3-debug/> Download the galeon-common and galeon deb packages and dpkg -i install them. Regards, -- Loïc Minier <[EMAIL PROTECTED]>