Closed
Bug 342088
Opened 19 years ago
Closed 19 years ago
Abort on startup: "Assertion failure: cx->nativeIteratorStates"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Unassigned)
References
Details
(Keywords: crash)
Attachments
(1 file)
142.08 KB,
text/plain
|
Details |
When I start up my trunk build with homepage www.speigel.de, it crashes while loading the page, with the following message:
Assertion failure: cx->nativeIteratorStates, at
../../../mozilla/js/src/jsobj.c:3802
../obj-ff-debug-cairo/dist/bin/run-mozilla.sh: line 131: 29321 Aborted
"$prog" ${1+"$@"}
Backing out the patch in bug 341877 fixes the problem.
This is a dual-processor x86-64 box, if that matters.
Updated•19 years ago
|
Summary: Assertion failure in JS engine causes abort → Abort on startup: "Assertion failure: cx->nativeIteratorStates"
Comment 1•19 years ago
|
||
Fixed as the patch from bug 341877 is reverted: it was inherently broken.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: in-testsuite-
Comment 2•19 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•