Bug 56185 - http/tests/websocket/tests/url-with-credential.html sometimes crashes beneath SocketStreamHandle::readStreamCallback on Windows
Summary: http/tests/websocket/tests/url-with-credential.html sometimes crashes beneath...
Status: RESOLVED DUPLICATE of bug 44138
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-03-11 06:38 PST by Adam Roben (:aroben)
Modified: 2011-03-14 14:44 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Adam Roben (:aroben) 2011-03-11 06:52:13 PST
Added to the Windows Skipped file in r80850.
Comment 2 Jessie Berlin 2011-03-11 07:12:34 PST
<rdar://problem/9121057>
Comment 3 Adam Roben (:aroben) 2011-03-11 08:44:43 PST
Hm, now the next test (http/tests/websocket/tests/url-with-empty-query.html) is crashing:

http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r80850%20(10295)/results.html

Makes me think the previous test is the one to blame.
Comment 4 Jessie Berlin 2011-03-11 14:51:24 PST
(In reply to comment #3)
> Hm, now the next test (http/tests/websocket/tests/url-with-empty-query.html) is crashing:
> 
> http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r80850%20(10295)/results.html
> 
> Makes me think the previous test is the one to blame.

After some testing (building release and running with run-webkit-tests --iterations 5), it appears that the culprit is http/tests/websocket/tests/url-parsing.html (Skipping that test and unskipping url-with-credential.html) gets rid of the crashes.

I will update the Skipped list.
Comment 5 Jessie Berlin 2011-03-11 15:19:29 PST
Updated the skipped list in http://trac.webkit.org/changeset/80891
Comment 6 Alexey Proskuryakov 2011-03-14 13:36:55 PDT
When running url-parsing.html in a debug build, I see an assertion failure:
ASSERT(m_state == Open) in SocketStreamHandle::readStreamCallback().
Comment 7 Alexey Proskuryakov 2011-03-14 14:44:38 PDT

*** This bug has been marked as a duplicate of bug 44138 ***