GNOME Bugzilla – Bug 132381
Frequent segfaults when closing tabs
Last modified: 2004-12-22 21:47:04 UTC
Environment: Galeon-1.3.12, Mozilla-1.6 (GTK+2), GNOME-2.4 (not actually running a GNOME session, though), everything self-compiled, on a Slackware-8.1 system. Galeon-1.3.12 frequently segfaults when closing tabs. It doesn't matter if I close the tabs by using mouse gestures, Ctrl+W or clicking the small "x" on the tab, although it seems to happen more frequently with mouse gestures (then again, I use mouse gestures almost exclusively, so that might not be objective). On only one occasion, following errors were printed on the command line - this happened when closing the last open tab with a mouse gesture, I've never had anything printed on the command line when Galeon crashed on closing a tab that was _not_ the last open tab: [zlatko@disclosure]:~$ galeon (galeon-bin:30446): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GObject' ** (galeon-bin:30446): CRITICAL **: file galeon-tab.c: line 526 (galeon_tab_get_embed): assertion `IS_GALEON_TAB (G_OBJECT (tab))' failed (galeon-bin:30446): GLib-GObject-WARNING **: invalid (NULL) pointer instance (galeon-bin:30446): GLib-GObject-CRITICAL **: file gsignal.c: line 2300 (g_signal_handlers_disconnect_matched): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed Under Preferences -> Tabs, I'm using: [x] Open in tabs by default [ ] Jump to new tabs automatically [ ] Open popup windows in tabs [x] Show tab bar if only one tab is open Tab-related Gconf-2 settings are: [zlatko@disclosure]:~$ gconftool-2 -a /apps/galeon/UI/Tabs tabbed_popups = false tabbed_closebutton_insensitive = false tabbed_loading_color = #FF0000 tabbed_autojump = false tabbed_always_show = true tabbed_closebutton = true tabbed_position = 2 tabbed_new_color = #0000FF favicons_in_tabs = 1 tabbed = true Here's a bug-buddy dump of a crashed session, I don't know if it contains anything helpful: Backtrace was generated from '/usr/local/bin/galeon-bin' (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... 0x40e47089 in wait4 () from /lib/libc.so.6
+ Trace 43456
To reproduce, simply open 5 or 6 web pages in tabs, and close them again, preferrably using mouse gestures. Galeon segfaults roughly 1 out of 3 times doing this. I'm back to Galeon-1.3.11a for the time being.
Reporter, is there any chance you could re-compile galeon 1.3.12 with debugging symbols please. That would helps us _a lot_. From the provided backtrace, I am not sure where the problem is, but I have fixed one crash. To compile with debugging symbols, build galeon as follows: $ CFLAGS=-g CXXFLAGS=-g ./configure $ make $ sudo make install
Okay, done, here's the results ... HTH. 1. Closing tabs with mouse gestures, crash on first closed tab: Backtrace was generated from '/usr/local/bin/galeon-bin' 0x40e48089 in wait4 () from /lib/libc.so.6
+ Trace 43552
*** Bug 133128 has been marked as a duplicate of this bug. ***
I believe that these crashes are fixed in the current CVS builds, if the problem remains on a recent CVS checkout, or the next release, please re-open the bug, or raise a new one. Thanks for the excellent backtraces.
Using today's CVS version (cvs.gnome.org, 2004/02/11, 09:05 CET) shows only a slight improvement for me, unfortunately - no more crashes and console messages when closing tabs and/or ending Galeon by using the "x" on the tabs, but the crashes using mouse gestures and Ctrl+W remain. Here's the new dumps from the debug (CFLAGS=-g CXXFLAGS=-g) build. Interesting (?) observation: using a normal (non-debug) build, the crashes *always* occur on closing the first tab, no matter which method (gestures, Ctrl+W) I use - using a debug build, one or two tabs usually close fine before the crash occurs. 1. Closing tabs using mouse gestures Backtrace was generated from '/usr/local/bin/galeon-bin' 0x40dc8089 in wait4 () from /lib/libc.so.6
+ Trace 44041
I tried to reopen the bug, but Bugzilla didn't allow me to: Only the owner or submitter of the bug, or a sufficiently empowered user, may make that change to the bug_status field. Old value: RESOLVED New value: REOPENED Uh, Sir, I *am* the submitter/reporter, to the best of my knowledge ... oh well. ;-)
hmm, I have no idea why it is crashing then...
Marking Status->New, Priority->High, Severity->Critical.
Hi, I haven't forgotten about this... I have found a possible crash, it lines up almost with the backtraces, so if you could try CVS again, I would be very grateful. You should ensure that the ChangeLog has the following change in it. http://lists.gnome.org/archives/cvs-commits-list/2004-February/msg06183.html
Thanks, I'll give it a shot as soon as it is available in CVS. I just did a 'cvs update', but the latest Changelog entry is this: 2004-02-22 Adam Weinberger <adamw@FreeBSD.org> * configure.in: Added "en_CA" to ALL_LINGUAS. BTW, as you might have guessed, galeon-1.3.13a also crashes for me, but I didn't have time for a debug build & backtraces yet.
YES!!! I've been running the CVS version (20040224, 13:24 CET [*]) for almost two days now, without any tab-closing related ("x", Ctrl+W, mouse gestures) crashes (or any other crashes, for that matter) whatsoever. Life is good - thanks a lot! 8-) [*] Last Changelog entry: 2004-02-23 Crispin Flowerday <gnome @AT@ flowerday .DOT. cx> * src/galeon-tab.c: Fix a potential segfault when closing a tab. Possibly the cause of bug #132381
Excellent ! Thanks for the bug report, and the excellent backtraces.
*** Bug 136056 has been marked as a duplicate of this bug. ***
*** Bug 136052 has been marked as a duplicate of this bug. ***