Bug 182114

Summary: Fix crash when preconnecting while closing private browsing
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch joepeck: review+

Alex Christensen
Reported 2018-01-25 11:16:36 PST
Fix crash when preconnecting while closing private browsing
Attachments
Patch (1.70 KB, patch)
2018-01-25 11:18 PST, Alex Christensen
joepeck: review+
Alex Christensen
Comment 1 2018-01-25 11:18:31 PST
Joseph Pecoraro
Comment 2 2018-01-25 11:47:46 PST
Comment on attachment 332288 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=332288&action=review r=me > Source/WebKit/NetworkProcess/PreconnectTask.cpp:50 > ASSERT(networkSession); We should probably remove this assert. Or make a better assert inside of the block, since it sounds like we have a series of events where we know this can happen.
Alex Christensen
Comment 3 2018-01-25 12:13:53 PST
Radar WebKit Bug Importer
Comment 4 2018-01-25 12:14:22 PST
Note You need to log in before you can comment on or make changes to this bug.