Closed
Bug 999693
Opened 11 years ago
Closed 4 months ago
issue with disabled stack size checking
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: soubok, Unassigned)
Details
Attachments
(1 file)
1.53 KB,
text/plain
|
Details |
When I run the attached program in debug, I get: Assertion failure: (activation.regs()).stackDepth() == 0, at .../js\src\vm/Interpreter.cpp:1839
And the following error message in release mode: InternalError: too much recursion
Updated•2 years ago
|
Severity: normal → S3
Comment 1•4 months ago
|
||
This has been 10 years … I will close this bug as inactive.
Sorry for not providing any better answers at the time. I hope we would do better in the future.
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•