Bug 136834 - Crash when logging in to optionshouse.com
Summary: Crash when logging in to optionshouse.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL: http://optionshouse.com
Keywords: InRadar, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2014-09-15 13:56 PDT by Alexey Proskuryakov
Modified: 2014-09-15 15:53 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (2.00 KB, patch)
2014-09-15 13:59 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.