Bug 17939 - Crash decompiling "const a = 1, b;"
Summary: Crash decompiling "const a = 1, b;"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Critical
Assignee: Nobody
URL:
Keywords: HasReduction, Regression
Depends on:
Blocks: 13638
  Show dependency treegraph
 
Reported: 2008-03-18 23:47 PDT by Jesse Ruderman
Modified: 2008-03-19 00:19 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Ruderman 2008-03-18 23:47:37 PDT
print(function() { const a = 1, b; });

Crashes ToT Debug JavaScriptCore in KJS::SourceStream::operator<<(KJS::Node const*).

I suspect that this is a regression caused by the patch in bug 17929.
Comment 1 Mark Rowe (bdash) 2008-03-19 00:19:11 PDT
Fixed in r31149.