Bug 169051 - REGRESSION(r213226): Speculative rollout, might be causing several failures and crashes in WebKitGTK+ (Requested by lajava on #webkit).
Summary: REGRESSION(r213226): Speculative rollout, might be causing several failures a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords:
Depends on:
Blocks: 169024
  Show dependency treegraph
 
Reported: 2017-03-01 12:57 PST by WebKit Commit Bot
Modified: 2017-03-01 22:34 PST (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r213226 (1.90 KB, patch)
2017-03-01 12:57 PST, WebKit Commit Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Commit Bot 2017-03-01 12:57:10 PST
http://trac.webkit.org/changeset/213226 broke the build:
Speculative rollout, might be causing several failures and crashes in WebKitGTK+ (Requested by lajava on #webkit).

This is an automatic bug report generated by webkitbot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests fail.
Comment 1 WebKit Commit Bot 2017-03-01 12:57:23 PST
Created attachment 303102 [details]
ROLLOUT of r213226

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Michael Catanzaro 2017-03-01 13:12:09 PST
r213225 is the last known-good commit. 213228 is the first known-bad commit.

r213227 is Windows-specific. r213228 is Apple-specific. So must be r213226 indeed.
Comment 3 WebKit Commit Bot 2017-03-01 13:12:38 PST
Comment on attachment 303102 [details]
ROLLOUT of r213226

Clearing flags on attachment: 303102

Committed r213239: <http://trac.webkit.org/changeset/213239>
Comment 4 WebKit Commit Bot 2017-03-01 13:12:42 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Carlos Garcia Campos 2017-03-01 22:34:48 PST
(In reply to comment #2)
> r213225 is the last known-good commit. 213228 is the first known-bad commit.
> 
> r213227 is Windows-specific. r213228 is Apple-specific. So must be r213226
> indeed.

It was easier, just look at the crash bt, it's crashing in 

#0  0x00007fcbac044329 in _ZNK7WebCore16ResourceResponse25platformSuggestedFilenameEv () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/lib/libwebkit2gtk-4.0.so.37

Thanks for rolling this out, after my "land patch go home", I only ran the affected tests, I guess I didn't consider the case of the content-disposition header not being present or something like that.