Bug 63303 - [Snow Leopard WebKit2 Tests] http/tests/inspector/network/network-cachedresources-with-same-urls.html sometimes crashes
Summary: [Snow Leopard WebKit2 Tests] http/tests/inspector/network/network-cachedresou...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/SnowL...
Keywords: LayoutTestFailure, MakingBotsRed, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2011-06-23 16:48 PDT by Jessie Berlin
Modified: 2014-12-12 14:10 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jessie Berlin 2011-06-23 16:48:48 PDT
I think the first instance of this crash was http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r89604%20(12857)/results.html, but I am not absolutely sure.

If that was the first instance, then it was probably one of the following revisions that started it:

http://trac.webkit.org/changeset/89599
http://trac.webkit.org/changeset/89604

Since then, I have seen it twice:
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r89609%20(12858)/results.html
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r89623%20(12863)/results.html

I am going to add this test to the mac-wk2 skipped list in order to get the bots green.
Comment 1 Tony Chang 2011-06-23 16:56:00 PDT
I'm OK with rolling out both patches to see if the crashing stops.  abarth?
Comment 2 Jay Civelli 2011-06-23 17:05:22 PDT
Note that my patch only affects MHTML related code.
Since none of these tests is related to MHTML (and since MHTML is not enabled by default) I don't see how it could have broken things.

But I have been wrong in the past... so feel free to roll out.
Comment 3 Adam Barth 2011-06-23 21:26:15 PDT
Of those two patches, http://trac.webkit.org/changeset/89604 seems more likely given that it has the word "inspector" in the diff and the other patch isn't compiled into that port.  However, it does seems like a reasonably safe patch.  :)

I'd be inclined to just roll out 89604 to see if that stops the crashes.
Comment 4 Tony Chang 2011-06-24 10:00:02 PDT
(In reply to comment #3)
> Of those two patches, http://trac.webkit.org/changeset/89604 seems more likely given that it has the word "inspector" in the diff and the other patch isn't compiled into that port.  However, it does seems like a reasonably safe patch.  :)
> 
> I'd be inclined to just roll out 89604 to see if that stops the crashes.

Sounds good to me.  I'll roll it out and re-enable the tests.
Comment 5 Tony Chang 2011-06-24 10:11:33 PDT
It looks like the test hasn't been disabled yet (at least, I can't seem to find network-cachedresources-with-same-urls.html in any of the Skipped files).  This test also hasn't crashed since build 12863 yesterday.

I'm not sure if I should roll out or not.  It's too bad we don't have more historical data about this test.
Comment 6 Adam Barth 2011-06-24 10:38:38 PDT
Maybe we should gather more data?  Your patch looked pretty darn safe.
Comment 7 Jessie Berlin 2011-06-24 11:28:02 PDT
(In reply to comment #6)
> Maybe we should gather more data?  Your patch looked pretty darn safe.

I agree that we shouldn't necessarily roll out the patch. I think a better approach would be to have somebody run the test a bunch of times, trying to get it to crash, and see if they can debug from there.

If we do see the crash again on the bots, I think it would be best to disable it or skip it.
Comment 8 Brian Burg 2014-12-12 14:10:19 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.