Bug 125335 - REGRESSION(r160213): Crash in js/dom/JSON-parse.html
Summary: REGRESSION(r160213): Crash in js/dom/JSON-parse.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-05 22:00 PST by Michael Saboff
Modified: 2013-12-06 06:51 PST (History)
0 users

See Also:


Attachments
Patch (2.52 KB, patch)
2013-12-05 22:35 PST, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-12-05 22:00:49 PST
It appears that we are trying to access the codeBlock from a callFrame without a valid codeBlock (i.e. host callFrame).

Patch in the works.
Comment 1 Michael Saboff 2013-12-05 22:35:57 PST
Created attachment 218572 [details]
Patch
Comment 2 Mark Lam 2013-12-05 23:01:37 PST
Comment on attachment 218572 [details]
Patch

r=me
Comment 3 Michael Saboff 2013-12-06 06:51:20 PST
Committed r160221: <http://trac.webkit.org/changeset/160221>