Closed
Bug 515391
Opened 15 years ago
Closed 15 years ago
Maemo ARM builds crashing on TM tree
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sayrer, Unassigned)
References
Details
(Keywords: crash, regression, testcase, Whiteboard: [ccbr])
Looks like the patch for bug 504516 is the one crashing Maemo ARM on tinderbox:
TM: Crash with a "divide by zero" error (really -2147483648 / -1)
+++ This bug was initially created as a clone of Bug #504516 +++
for (d in [0, 0]) {
const a = (d -= (++d).toString())
for each(b in [Number(1) << d, 0, 0xC]) {
b / a
}
}
Reporter | ||
Updated•15 years ago
|
Updated•15 years ago
|
Whiteboard: [ccbr]
Comment 1•15 years ago
|
||
Didn't I just fix this 2 days ago?
Comment 2•15 years ago
|
||
What does the test you added with that fix say about it?
Comment 3•15 years ago
|
||
TM tip (debug) passes the test above.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•