Closed
Bug 349592
Opened 18 years ago
Closed 18 years ago
Assertion [@ Decompile] with try/finally inside finally
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla1.8.1
People
(Reporter: jruderman, Assigned: brendan)
References
Details
(Keywords: crash, testcase)
Crash Data
javascript:function() { try { } finally { try { } finally { } } }
Assertion failure: ss->top >= (uintN) ((jsatomid)(((pc)[1] << 8) | (pc)[2])), at /Users/admin/trunk/mozilla/js/src/jsopcode.c:1277
Assignee | ||
Updated•18 years ago
|
Assignee: general → brendan
OS: Mac OS X 10.4 → All
Priority: -- → P1
Hardware: Macintosh → All
Target Milestone: --- → mozilla1.8.1
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•18 years ago
|
||
Fixed, right?
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
Checking in regress-349592.js;
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-349592.js,v <-- regress-349592.js
initial revision: 1.1
Flags: in-testsuite+
Updated•13 years ago
|
Crash Signature: [@ Decompile]
You need to log in
before you can comment on or make changes to this bug.
Description
•