Bug 21349 - [Gtk] Linux/Gtk: GtkLauncher crashing on some websites
Summary: [Gtk] Linux/Gtk: GtkLauncher crashing on some websites
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 15:13 PDT by Clemmitt Sigler
Modified: 2008-10-04 14:42 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Clemmitt Sigler 2008-10-03 15:13:43 PDT
Hi,

Testing GtkLauncher from r37248 -->

GtkLauncher crashes on some more "complex" websites like slashdot.org, espn.go.com and www.foxnews.com.  At times it even crashes on lwn.net/Articles, which makes me suspect that, in part, it's the ads loading on some pages that cause the crash.  Error spew:
-----------------------
(lt-GtkLauncher:xxxxx): Gtk-CRITICAL **: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed

(lt-GtkLauncher:xxxxx): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(lt-GtkLauncher:xxxxx): Gtk-CRITICAL **: gtk_socket_get_id: assertion `GTK_WIDGET_ANCHORED (socket)' failed
Segmentation fault
-----------------------
Please comment here to let me know if I should bother building with debugging on to test or not.  TIA.

Clemmitt
Comment 1 Clemmitt Sigler 2008-10-04 14:42:07 PDT
(In reply to comment #0)
> Testing GtkLauncher from r37248 -->

Closing this bug report as FIXED -- testing of r37293 shows crashes no longer occur.  Thanks for the fixes :^)

Clemmitt