Closed
Bug 623105
Opened 14 years ago
Closed 14 years ago
Crash: TEST-UNEXPECTED-FAIL | file:///home/cltbld/talos-slave/test/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-290575.js | Exited with code 1 during test run
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: cdleary, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: softblocker )
Currently burning m-c after merge, though the least-common-ancestor changeset with tracemonkey looks just fine. Seen burning on OS X 64 debug and Linux 64 debug.
Comment 1•14 years ago
|
||
This is a test that calls a function with 32768+ arguments and creates a function with 65536+ arguments. The log shows this:
STATUS: crashMe(0x8001)
STATUS: crashMe2(0x10000)
thus the crash is in creating the function with many arguments. The stack trace shows that we crash inside the call to 'Function' in PropertyTable::search. It looks like it's the assertion on 'entries', so it shouldn't be too hard to debug if reproducible.
blocking2.0: --- → betaN+
Whiteboard: softblocker
Updated•14 years ago
|
Whiteboard: softblocker → softblocker [orange]
Comment 2•14 years ago
|
||
Not sure what we want to do with this bug now, but this was "fixed" by backing out bug 613551.
Reporter | ||
Comment 3•14 years ago
|
||
Marking as fixed, onus is on 613551 to pass on all platforms.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: softblocker [orange] → softblocker
You need to log in
before you can comment on or make changes to this bug.
Description
•