[Webkit-unassigned] [Bug 32355] New: Assertion failure when opening a WebSocket connection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 16:54:44 PST 2009


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

           Summary: Assertion failure when opening a WebSocket connection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: ukai at chromium.org


In SocketStreamHandle::readStreamCallback,
        ASSERT(m_state == Open);

This happens because the stream can be unprepared to sending data yet (e.g. if
read stream open callback arrived before the write one) and WebSocketChannel
mistakenly treats zero return from platformSend() as an error - even though it
just means that data was queued for later sending. So, the channel closes and
destroys the handle.

-- 
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