Bug 175107 - REGRESSION(r220052): http/tests/appcache/deferred-events-delete-while-raising-timer.html is crashing.
Summary: REGRESSION(r220052): http/tests/appcache/deferred-events-delete-while-raising...
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: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-02 18:52 PDT by Matt Lewis
Modified: 2017-08-15 11:14 PDT (History)
8 users (show)

See Also:


Attachments
Crash Log (99.34 KB, text/plain)
2017-08-02 18:52 PDT, Matt Lewis
no flags Details
Patch (3.12 KB, patch)
2017-08-15 09:14 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2017-08-02 18:52:12 PDT
Created attachment 317061 [details]
Crash Log

Crash In: com.apple.WebCore:WebCore::FrameLoader::checkLoadComplete() + 90 (FrameLoader.cpp:2502)


http/tests/appcache/deferred-events-delete-while-raising-timer.html is crashing on all debug testers according to the dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fappcache%2Fdeferred-events-delete-while-raising-timer.html

This crash started after: https://trac.webkit.org/changeset/220052/webkit

Build:
https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK1%20(Tests)/r220159%20(2753)/results.html
https://build.webkit.org/builders/Apple%20Sierra%20Debug%20WK1%20(Tests)/builds/2753
Comment 1 Matt Lewis 2017-08-02 18:56:54 PDT
Marked test as flaky for now:
https://trac.webkit.org/changeset/220174/webkit
Comment 2 Darin Adler 2017-08-03 09:45:17 PDT
This is an incorrect assertion. The fix is to move the assertion down past the null check of "page".
Comment 3 Darin Adler 2017-08-03 09:46:05 PDT
Unfortunately I don’t have time to make the fix before coming in for the day.

Someone else is welcome to fix it if you want a fix before I get to it.
Comment 4 Darin Adler 2017-08-15 09:14:54 PDT
Created attachment 318124 [details]
Patch
Comment 5 WebKit Commit Bot 2017-08-15 11:14:01 PDT
Comment on attachment 318124 [details]
Patch

Clearing flags on attachment: 318124

Committed r220750: <http://trac.webkit.org/changeset/220750>
Comment 6 WebKit Commit Bot 2017-08-15 11:14:03 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2017-08-15 11:14:34 PDT
<rdar://problem/33899758>