WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
194774
WebPageProxy::didFinishDocumentLoadForFrame() crashing in WPE and GTK+ ports
https://bugs.webkit.org/show_bug.cgi?id=194774
Summary
WebPageProxy::didFinishDocumentLoadForFrame() crashing in WPE and GTK+ ports
Claudio Saavedra
Reported
2019-02-18 04:41:11 PST
WebPageProxy::didFinishDocumentLoadForFrame() crashing in WPE and GTK+ ports
Attachments
Patch
(1.99 KB, patch)
2019-02-18 04:41 PST
,
Claudio Saavedra
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Claudio Saavedra
Comment 1
2019-02-18 04:41:31 PST
Created
attachment 362290
[details]
Patch
Claudio Saavedra
Comment 2
2019-02-18 06:44:43 PST
This was introduced in
https://trac.webkit.org/changeset/241451/
Alex Christensen
Comment 3
2019-02-18 12:46:59 PST
Comment on
attachment 362290
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=362290&action=review
Null checking navigation before using it is fine, but the way you did it here makes it hard to read and see where the assignment is done. Could we keep the assignment on its own line?
> Source/WebKit/ChangeLog:3 > + WebPageProxy::didFinishDocumentLoadForFrame() crashing in WPE and GTK+ ports
Why is this only WPE and GTK? Under what conditions does it crash?
Alex Christensen
Comment 4
2019-02-18 13:30:48 PST
Comment on
attachment 362290
[details]
Patch
https://trac.webkit.org/changeset/241735/webkit
Radar WebKit Bug Importer
Comment 5
2019-02-18 13:39:37 PST
<
rdar://problem/48176470
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug