[Webkit-unassigned] [Bug 55375] http/tests/websocket/tests/reload-crash.html sometimes crashes beneath SocketStreamHandle::readStreamCallback on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 28 08:51:56 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55375





--- Comment #4 from Adam Roben (:aroben) <aroben at apple.com>  2011-02-28 08:51:56 PST ---
In this slightly different crash log: http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r79864%20(9851)/http/tests/websocket/tests/reload-crash-crash-log.txt

...the crashing code is this:

FAULTING_SOURCE_CODE:  
   523:             length = CFReadStreamRead(m_readStream.get(), localBuffer, sizeof(localBuffer));
   524:             ptr = localBuffer;
   525:         }
   526: 
>  527:         m_client->didReceiveData(this, reinterpret_cast<const char*>(ptr), length);
   528: 
   529:         break;
   530:     }
   531:     case kCFStreamEventCanAcceptBytes:
   532:         ASSERT_NOT_REACHED();

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list