Bug 21349
| Summary: | [Gtk] Linux/Gtk: GtkLauncher crashing on some websites | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Clemmitt Sigler <cmsigler> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Clemmitt Sigler
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Clemmitt Sigler
(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