Bug 141057

Summary: [iOS] ASSERTION FAILED: m_scriptExecutionContext->isContextThread() in ContextDestructionObserver::observeContext
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, benjamin, cmarcelo, commit-queue
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: iOS 8.1   
Attachments:
Description Flags
rsa-oaep-generate-non-extractable-key-crash-log.txt
none
Patch none

Description Daniel Bates 2015-01-29 15:58:31 PST
When I ran test crypto/subtle/rsa-oaep-generate-non-extractable-key.html in DumpRenderTree (DRT) with a debug iOS WebKit build it caused DRT to crash because the ASSERT(m_scriptExecutionContext->isContextThread()) failed in ContextDestructionObserver::observeContext().
Comment 1 Daniel Bates 2015-01-29 15:59:09 PST
<rdar://problem/19068790>
Comment 2 Daniel Bates 2015-01-29 15:59:58 PST
Created attachment 245667 [details]
rsa-oaep-generate-non-extractable-key-crash-log.txt
Comment 3 Daniel Bates 2015-01-29 16:25:01 PST
Created attachment 245669 [details]
Patch
Comment 4 Alexey Proskuryakov 2015-01-29 17:24:54 PST
Comment on attachment 245669 [details]
Patch

Thank you!
Comment 5 Daniel Bates 2015-02-02 11:47:03 PST
Comment on attachment 245669 [details]
Patch

Clearing flags on attachment: 245669

Committed r179481: <http://trac.webkit.org/changeset/179481>
Comment 6 Daniel Bates 2015-02-02 11:47:09 PST
All reviewed patches have been landed.  Closing bug.