Closed
Bug 792588
Opened 12 years ago
Closed 12 years ago
"Assertion failure: !bce->script->noScriptRval,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 791157
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])
Attachments
(1 file)
(deleted),
text/plain
|
Details |
try {
evaluate("}", {
noScriptRval: true
})
} catch (e) {}
Function()
asserts js debug shell on m-c changeset e4757379b99a without any CLI arguments at Assertion failure: !bce->script->noScriptRval,
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 102592:96131c46e845
user: Nick Fitzgerald
date: Thu Aug 16 17:54:07 2012 -0700
summary: Bug 772113: Expose source map URLs via Debugger.Script r=jimb
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 2•12 years ago
|
||
A testcase for this bug was already added in the original bug (bug 791157).
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•