RESOLVED DUPLICATE of bug 44138 56185
http/tests/websocket/tests/url-with-credential.html sometimes crashes beneath SocketStreamHandle::readStreamCallback on Windows
https://bugs.webkit.org/show_bug.cgi?id=56185
Summary http/tests/websocket/tests/url-with-credential.html sometimes crashes beneath...
Attachments
Adam Roben (:aroben)
Comment 1 2011-03-11 06:52:13 PST
Added to the Windows Skipped file in r80850.
Jessie Berlin
Comment 2 2011-03-11 07:12:34 PST
Adam Roben (:aroben)
Comment 3 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.
Jessie Berlin
Comment 4 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.
Jessie Berlin
Comment 5 2011-03-11 15:19:29 PST
Updated the skipped list in http://trac.webkit.org/changeset/80891
Alexey Proskuryakov
Comment 6 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().
Alexey Proskuryakov
Comment 7 2011-03-14 14:44:38 PDT
*** This bug has been marked as a duplicate of bug 44138 ***
Note You need to log in before you can comment on or make changes to this bug.