Closed
Bug 481642
Opened 16 years ago
Closed 16 years ago
shell hangs when running -memstats on jsbench/Crypt.abc
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dschaffe, Unassigned)
Details
Running the shell on os/x hangs when running jsbench/Crypt.abc from the performance testsuite.
Running without -memstats takes about 5-8s.
avmshell Crypt.abc
metric time 6310
To reproduce run performance tests:
./runtests.py jsbench/Crypt.as
or
avmshell jsbench/Crypt.abc
Before hanging several gross stats messages are output
Flags: flashplayer-triage+
Comment 1•16 years ago
|
||
Appears fixed with latest TR. We fixed a number of deadlocks in the reporting code, so maybe one of those fixed this too.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
verified that this is working. Both mac performance builders run this test with -memstats to get memory information
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Component: Virtual Machine → Garbage Collection (mmGC)
QA Contact: vm → gc
You need to log in
before you can comment on or make changes to this bug.
Description
•