Bug 141057 - [iOS] ASSERTION FAILED: m_scriptExecutionContext->isContextThread() in ContextDestructionObserver::observeContext
Summary: [iOS] ASSERTION FAILED: m_scriptExecutionContext->isContextThread() in Contex...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad iOS 8.1
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-29 15:58 PST by Daniel Bates
Modified: 2015-02-02 11:47 PST (History)
4 users (show)

See Also:


Attachments
rsa-oaep-generate-non-extractable-key-crash-log.txt (4.18 KB, text/plain)
2015-01-29 15:59 PST, Daniel Bates
no flags Details
Patch (11.06 KB, patch)
2015-01-29 16:25 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

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