Bug 47622 - [GTK] r69681 caused some tests to crash
Summary: [GTK] r69681 caused some tests to crash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-10-13 14:29 PDT by Martin Robinson
Modified: 2010-10-13 15:25 PDT (History)
3 users (show)

See Also:


Attachments
Relavent stack trace (10.32 KB, text/html)
2010-10-13 14:29 PDT, Martin Robinson
no flags Details
Patch for this issue (2.14 KB, patch)
2010-10-13 14:34 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff
Patch with Holger's suggestion (1.76 KB, patch)
2010-10-13 15:12 PDT, Martin Robinson
zecke: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-10-13 14:29:03 PDT
Before landing this patch did not cause tests to crash locally. It was only after this patch landed were any problems detected.
Comment 1 Martin Robinson 2010-10-13 14:29:45 PDT
Created attachment 70662 [details]
Relavent stack trace
Comment 2 Martin Robinson 2010-10-13 14:34:44 PDT
Created attachment 70664 [details]
Patch for this issue
Comment 3 Holger Freyther 2010-10-13 15:08:41 PDT
I think you should initialize m_layerContext in the ctor, then this null check will work.
Comment 4 Martin Robinson 2010-10-13 15:12:47 PDT
Created attachment 70670 [details]
Patch with Holger's suggestion
Comment 5 Holger Freyther 2010-10-13 15:18:08 PDT
Comment on attachment 70670 [details]
Patch with Holger's suggestion

Looks good, Qt EWS is green too.
Comment 6 Martin Robinson 2010-10-13 15:25:22 PDT
Committed r69701: <http://trac.webkit.org/changeset/69701>