Bug 34937 - WebGtk GLib-CRITICAL Segmentation fault
Summary: WebGtk GLib-CRITICAL Segmentation fault
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 04:08 PST by Peter Hilbers
Modified: 2010-04-10 03:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Hilbers 2010-02-15 04:08:34 PST
I compiled a new version of WebGtk because midori(immediately) and epiphany(shortly after start)  are crashing.
When running the GtkLauncher:

WebKit-r54749$ Programs/GtkLauncher 

(GtkLauncher:10188): GLib-CRITICAL **: g_strsplit: assertion `string != NULL' failed
Segmentation fault

From midori debugging with gdb it turns out that in the WebCore::PluginPackage::fetchInfo (this=0xb680c1c0) line 71
fails. I suspect that mimeDescs[i][0] is causing the segmentation fault.
Comment 1 Xan Lopez 2010-04-08 01:49:07 PDT
What plugins are you using? The fix for this seems trivial but it would be nice to have some kind of test for it.
Comment 2 Xan Lopez 2010-04-09 07:02:15 PDT
I've pushed r57338 fixing this, thanks for the report.
Comment 3 Peter Hilbers 2010-04-10 03:37:57 PDT
(In reply to comment #2)
> I've pushed r57338 fixing this, thanks for the report.

Thanks for your effort!
I will soon test it.