Bug 80152 - Web Inspector: assertion failure in JSMainThreadExecState::instrumentedCall
Summary: Web Inspector: assertion failure in JSMainThreadExecState::instrumentedCall
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks: 80130
  Show dependency treegraph
 
Reported: 2012-03-02 05:27 PST by Yury Semikhatsky
Modified: 2012-03-02 05:49 PST (History)
10 users (show)

See Also:


Attachments
Patch (6.08 KB, patch)
2012-03-02 05:35 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-03-02 05:27:01 PST
After http://trac.webkit.org/changeset/109540 we observe the following crash in debug mode:

ASSERTION FAILED: isMainThread()
../../Source/WebCore/bindings/js/JSMainThreadExecState.h(92) : WebCore::JSMainThreadExecState::JSMainThreadExecState(JSC::ExecState*)
Comment 1 Yury Semikhatsky 2012-03-02 05:35:47 PST
Created attachment 129888 [details]
Patch
Comment 2 Yury Semikhatsky 2012-03-02 05:49:20 PST
Committed r109568: <http://trac.webkit.org/changeset/109568>