Closed
Bug 487618
Opened 17 years ago
Closed 7 years ago
ceremoteshell may not properly timeout and kill the avmshell process
Categories
(Tamarin Graveyard :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: brbaker, Assigned: dschaffe)
Details
We have seen some failures on windows mobile acceptance runs where buildbot ends up timing out the run. The timeout in buildbot is 20 minutes and the remote shell has code in it to time itself out if it doesn't get results within 5 minutes... So it would appear that the remote shell does not propely time itself out.
Maybe the KillAVMShell method does not function properly or is not actually being called:
utils\wmremote\ceremoteshell\ceremoteshell.cpp:168 calls avmremote.KillAVMShell() if the process has not completed in 5 minutes (PROCESS_TIMEOUT)
Flags: flashplayer-qrb?
Assignee: nobody → dschaffe
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.x
Dan, are you going to try tackling this bug or should I reassign it?
Status: NEW → ASSIGNED
Updated•16 years ago
|
Priority: P3 → P4
| Assignee | ||
Comment 2•16 years ago
|
||
We are not using ceremoteshell.exe in buildbot for running acceptance tests. we have switched to using the winmo emulator. we have not seen the problem when running performance tests. let's move to a later target.
| Assignee | ||
Comment 3•16 years ago
|
||
did not reproduce from running a few acceptance runs on tg01 and fuze. I wonder if the failure is specific to older WinMo versions on Dell Axim.
| Assignee | ||
Comment 4•16 years ago
|
||
moving target to future since the bug is not required for 10.1 release.
Target Milestone: flash10.1 → Future
Comment 5•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 6•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•