Bug 80152

Summary: Web Inspector: assertion failure in JSMainThreadExecState::instrumentedCall
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 80130    
Attachments:
Description Flags
Patch pfeldman: review+

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>