Bug 136834

Summary: Crash when logging in to optionshouse.com
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: InRadar, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://optionshouse.com
Attachments:
Description Flags
proposed fix none

Description Alexey Proskuryakov 2014-09-15 13:56:38 PDT
1 com.apple.CoreFoundation       0x7fff86bb16df CFReadStreamCopyError + 0xf
>  2 com.apple.WebCore              0x7fff8aadcd9d WebCore::SocketStreamHandle::readStreamCallback(unsigned long) + 0x3d
   3 com.apple.CoreFoundation       0x7fff86bb1554 _signalEventSync + 0xb4
   4 com.apple.CoreFoundation       0x7fff86bb1484 _cfstream_solo_signalEventSync + 0xf4
   5 com.apple.CoreFoundation       0x7fff86bb133f _CFStreamSignalEvent + 0x1ef

<rdar://problem/18340481>
Comment 1 Alexey Proskuryakov 2014-09-15 13:57:24 PDT
This is the sequence of events:

SocketStreamHandle 0x113f7fa90 new client 0x113d271c0
SocketStreamHandle g readStreamCallback, stream 0x7fbf314062e0, type 1 (OpenCompleted)
    m_readStream 0x7fbf314062e0, m_state 0
SocketStreamHandle 0x113f7fa90 writeStreamCallback, stream 0x7fbf3141a3c0, type 1 (OpenCompleted)
    m_writeStream 0x7fbf3141a3c0, m_state 0
SocketStreamHandle 0x113f7fa90 readStreamCallback, stream 0x7fbf314062e0, type 2 (HasBytesAvailable)
    m_readStream 0x7fbf314062e0, m_state 0
SocketStreamHandle 0x113f7fa90 platformClose
SocketStreamHandle 0x113f7fa90 readStreamCallback, stream 0x7fbf314062e0, type 8 (ErrorOccurred)
    m_readStream 0x0, m_state 3
Comment 2 Alexey Proskuryakov 2014-09-15 13:59:52 PDT
Created attachment 238141 [details]
proposed fix
Comment 3 WebKit Commit Bot 2014-09-15 15:53:00 PDT
Comment on attachment 238141 [details]
proposed fix

Clearing flags on attachment: 238141

Committed r173635: <http://trac.webkit.org/changeset/173635>
Comment 4 WebKit Commit Bot 2014-09-15 15:53:03 PDT
All reviewed patches have been landed.  Closing bug.