Bug 132315

Summary: REGRESSION(r153142) ASSERT from CodeBlock::dumpBytecode dumping nString Switch Jump Tables
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mhahnenberg: review+

Description Michael Saboff 2014-04-28 17:43:06 PDT
We try to create a String from a RefPtr<StringImp> which will cause a ref.  r153142 added an ASSERT that we aren't on the compilation thread.  dumpBytecode() is probably only called from the compilation thread.
Comment 1 Michael Saboff 2014-04-28 17:50:49 PDT
Created attachment 230343 [details]
Patch
Comment 2 Mark Hahnenberg 2014-04-28 18:10:36 PDT
Comment on attachment 230343 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-04-28 18:36:47 PDT
Committed r167917: <http://trac.webkit.org/changeset/167917>