Closed
Bug 306350
Opened 21 years ago
Closed 19 years ago
Regression on JS testsuite: js1_5/Regress/regress-271716-n.js
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mrbkap, Unassigned)
Details
(Keywords: regression)
Bob pointed me to a regression on js1_5/Regress/regress-271716-n.js . He can
only reproduce it in the browser. I'm currently attempting to reproduce it in
the (with TOO_MUCH_GC).
When I crashed in the debugger, I saw that the runtime's freelist contained a
bogus pointer (0x2). timeless says that he's seen that sort of corruption
before, though he was unable to track down the cause of it.
| Reporter | ||
Comment 1•21 years ago
|
||
Another note that I forgot to include: when I crashed in the browser, the crash
was after running the script (which had correctly reported OOM) and when it was
trying to update the progressbar.
Updated•20 years ago
|
Flags: testcase+
Updated•20 years ago
|
Flags: blocking1.9a1?
Comment 2•20 years ago
|
||
I'm seeing timeouts in the current browser based tests on the qa farm and locally on winxp. mrbkap, still seeing a crash on linux?
| Reporter | ||
Comment 3•20 years ago
|
||
I don't seem to be able to reproduce this anymore, no.
Comment 4•20 years ago
|
||
I now see this in mac ppc and windows 1.9a1 builds from 20060520 at least on the qa farm machines.
Flags: blocking1.9a1? → blocking1.9+
Comment 5•19 years ago
|
||
BC is this still an issue?
Comment 6•19 years ago
|
||
I can't reproduce on debug trunk|linux, debug 1.8|winxp, debug|trunk|winxp. ->WFM
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•