Bug 88941 - REGRESSION(120121): inspector tests crash in DFG
Summary: REGRESSION(120121): inspector tests crash in DFG
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 18:13 PDT by Filip Pizlo
Modified: 2012-06-12 18:29 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-06-12 18:13:43 PDT
This appears to be caused by the DFG CFG simplification phase trying to fixup GetLocals that have already been fixed up, leading to bizarre behavior.
Comment 1 Filip Pizlo 2012-06-12 18:22:49 PDT
Reviewed in person by Geoff.
Comment 2 Filip Pizlo 2012-06-12 18:29:31 PDT
Landed in http://trac.webkit.org/changeset/120148