Closed
Bug 868884
Opened 12 years ago
Closed 3 months ago
"too much recursion" when parsing compiled ioquake3
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: azakai, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [games:p?])
Attachments
(1 file)
1.58 MB,
application/zip
|
Details |
Attached is ioquake3 compiled with emscripten. It halts on "too much recursion", I think during parsing because the behavior is the same with and without odin.
Reporter | ||
Updated•12 years ago
|
Blocks: gecko-games
Need to figure out what's going on here; Cc'ing Naveed.
Whiteboard: [games:p1]
Comment 2•11 years ago
|
||
This testcase doesn't fail for me with the current top of tree. Can you still reproduce the failure?
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Whiteboard: [games:p1] → [games:p?]
Updated•2 years ago
|
Severity: normal → S3
Comment 3•3 months ago
|
||
Today, both Nightly and Chrome give a "too much recursion" error. However, these days WASM is preferred.
WONTFIX'ing this bug.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•