Bug 191983

Summary: Regression(PSON) crash under WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, ddkilzer, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2018-11-26 14:59:49 PST
Deal with potentially null navigation object in WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame().
Comment 1 Chris Dumez 2018-11-26 15:00:05 PST
<rdar://problem/46246863>
Comment 2 Chris Dumez 2018-11-26 15:01:05 PST
Created attachment 355681 [details]
Patch
Comment 3 David Kilzer (:ddkilzer) 2018-11-26 21:12:41 PST
Comment on attachment 355681 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2018-11-26 21:38:56 PST
Comment on attachment 355681 [details]
Patch

Rejecting attachment 355681 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 355681, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Logging in as commit-queue@webkit.org...
Fetching: https://bugs.webkit.org/attachment.cgi?id=355681&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=191983&ctype=xml&excludefield=attachmentdata
Processing 1 patch from 1 bug.
Updating working directory
Processing patch 355681 from bug 191983.
Fetching: https://bugs.webkit.org/attachment.cgi?id=355681
Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	Source/WebKit/ChangeLog

ERROR from SVN:
Item is out of date: File '/trunk/Source/WebKit/ChangeLog' is out of date
W: 87e1d68cb7b3425a1307a238bd2175eb470845f6 and refs/remotes/origin/master differ, using rebase:
:040000 040000 c4807d5526188890c4ce139e5634cfaef2966d3e bfc2fa26c7b37ea3520ffa0f235d1a7be3453b52 M	Source
Current branch master is up to date.
ERROR: Not all changes have been committed into SVN, however the committed
ones (if any) seem to be successfully integrated into the working tree.
Please see the above messages for details.


Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	Source/WebKit/ChangeLog

ERROR from SVN:
Item is out of date: File '/trunk/Source/WebKit/ChangeLog' is out of date
W: 87e1d68cb7b3425a1307a238bd2175eb470845f6 and refs/remotes/origin/master differ, using rebase:
:040000 040000 c4807d5526188890c4ce139e5634cfaef2966d3e bfc2fa26c7b37ea3520ffa0f235d1a7be3453b52 M	Source
Current branch master is up to date.
ERROR: Not all changes have been committed into SVN, however the committed
ones (if any) seem to be successfully integrated into the working tree.
Please see the above messages for details.


Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit
Updating OpenSource
Current branch master is up to date.

Full output: https://webkit-queues.webkit.org/results/10162779
Comment 5 Chris Dumez 2018-11-27 10:11:49 PST
I manage to write a test, I'll update the patch.
Comment 6 Chris Dumez 2018-11-27 11:00:55 PST
Created attachment 355748 [details]
Patch
Comment 7 Geoffrey Garen 2018-11-27 11:29:10 PST
Comment on attachment 355748 [details]
Patch

r=me
Comment 8 WebKit Commit Bot 2018-11-27 11:52:43 PST
Comment on attachment 355748 [details]
Patch

Clearing flags on attachment: 355748

Committed r238565: <https://trac.webkit.org/changeset/238565>
Comment 9 WebKit Commit Bot 2018-11-27 11:52:45 PST
All reviewed patches have been landed.  Closing bug.