Closed
Bug 448984
Opened 17 years ago
Closed 17 years ago
"Assertion failure: !JS_IsExceptionPending(cx)" after function toSource OOM
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, hang, testcase)
Attachments
(1 file)
|
210 bytes,
text/html
|
Details |
When I load the testcase, Firefox hangs for about 10 seconds (which seems reasonable), then hits a fatal assertion:
Assertion failure: !JS_IsExceptionPending(cx), at /Users/jruderman/central/js/src/jsiter.cpp:276
I think it also says "script stack space quota is exhausted".
Comment 1•17 years ago
|
||
Same happens on Vista. And it totally hangs Minefield. I even cannot get a stack for the assertion Jesse mentioned in comment 0. Jesse, are you able to get a full stack?
| Reporter | ||
Comment 2•17 years ago
|
||
The testcase doesn't trigger the assertion for me any more. It just gives me
JavaScript error: file:///Users/jruderman/a.html, line 8: script stack space quota is exhausted
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite-
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•17 years ago
|
||
Hmm, you say it hangs for you, for much longer than 10 seconds?
Comment 4•17 years ago
|
||
Yes, I stopped it after 15 minutes. Shall I file a new bug for that issue?
| Reporter | ||
Comment 5•17 years ago
|
||
Yes, please file a new bug. Might be bug 369686, though.
You need to log in
before you can comment on or make changes to this bug.
Description
•