Bug 192989

Summary: Crash in com.apple.WebKit: WebKit::WebResourceLoader::willSendRequest + 223
Product: WebKit Reporter: Keith Rollin <krollin>
Component: WebKit Misc.Assignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, ryanhaddad, tsavell, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Keith Rollin 2018-12-21 11:48:55 PST
willSendRequest is calling maybeLoadFallbackForRedirect, which can delete “this”. After that, some new logging code tries to access “this” and causes the crash.

<rdar://problem/46901747>
Comment 1 Keith Rollin 2018-12-21 11:56:23 PST
Created attachment 357963 [details]
Patch
Comment 2 Chris Dumez 2018-12-21 12:00:07 PST
Comment on attachment 357963 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2018-12-21 12:25:29 PST
Comment on attachment 357963 [details]
Patch

Clearing flags on attachment: 357963

Committed r239514: <https://trac.webkit.org/changeset/239514>
Comment 4 WebKit Commit Bot 2018-12-21 12:25:31 PST
All reviewed patches have been landed.  Closing bug.