Closed
Bug 505436
Opened 16 years ago
Closed 16 years ago
Calling pyspy is now causing the VM to hang
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: brbaker, Assigned: treilly)
Details
Attachments
(1 file)
|
3.98 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
As of changeset 2158 (http://hg.mozilla.org/tamarin-redux/rev/22d6e36e9238) running the pyspy script against the vm on windows is causing the vm to hang.
Reproduce:
cd test/cmdline
export ASC=<asc.jar>
export AVM=<release builder>
export AVMRD=<release_debugger build>
Need to use python.org and have the win32 extensions installed:
>$ python.exe ./testMemstats.py
I have seen it pass once and hang about 5 other times.
This is currently causing the smoke tests to fail on windows and windows64
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Comment 1•16 years ago
|
||
Steven is on vacation this week. Tommy, can you tackle this for us?
Assignee: nobody → treilly
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.1
| Assignee | ||
Comment 2•16 years ago
|
||
Attachment #389678 -
Flags: review?(lhansen)
Updated•16 years ago
|
Attachment #389678 -
Flags: review?(lhansen) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
pushed in 2173
Marking as Resolved/Fixed. QE, please confirm.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•16 years ago
|
||
Confirming fixed.
This test is passing in both the "smokes" test and also in the complete "commandline testsuite"
Status: RESOLVED → VERIFIED
Flags: flashplayer-triage? → flashplayer-triage+
You need to log in
before you can comment on or make changes to this bug.
Description
•