Closed
Bug 1213832
Opened 9 years ago
Closed 9 years ago
Assertion failure: scope_->as<ClonedBlockObject>().staticBlock() == staticBlock(), at c:/Users/mozilla/debug-builds/mozilla-central/js/src/vm/ScopeObject.cpp:1420
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1213574
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: assertion)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Found by bughunter and reproduced on a windows 7 trunk debug build.
Steps to reprodcue:
Load - http://oglobo.globo.com/
--> Assertion failure
Assertion failure: scope_->as<ClonedBlockObject>().staticBlock() == staticBlock(), at c:/Users/mozil
la/debug-builds/mozilla-central/js/src/vm/ScopeObject.cpp:1420
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Probably a dupe of bug 1213574, we should retest when that lands.
Depends on: 1213574
Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Jan de Mooij [:jandem] from comment #2)
> Probably a dupe of bug 1213574, we should retest when that lands.
does not crash anymore, so seems to be a dupe of bug 1213574
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•