Closed
Bug 581775
Opened 14 years ago
Closed 14 years ago
Buildbot fails to kill off timed out xpcshell on win7
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: catlee)
References
Details
(Whiteboard: [buildslaves][needs-downtime])
Attachments
(1 file)
1.59 KB,
text/plain
|
Details |
This is spun out from 581709, after we fixed the hang in test_punycodeURIs.js and hit this issue in ipc tests.
See the attachment for the exception generated when buildbot tries to kill off an xpcshell that has hung in test_simple_wrap.js or test_head_wrap.js (possibly bug 580525). It could be that the twisted patch needs adjusting to work on win7.
Note that we deployed buildbot 0.8.0 to the win7 boxes on 2010-07-22.
Reporter | ||
Updated•14 years ago
|
Summary: Buildbot fails to kill off failed xpcshell on win7 → Buildbot fails to kill off timed out xpcshell on win7
Reporter | ||
Comment 1•14 years ago
|
||
I also found a couple of xp machines that are failing to move the tp pageset aside:
http://talos-master02.build.mozilla.org:8012/builders/Rev3%20WINNT%205.1%20mozilla-central%20talos%20tp4/builds/6
http://talos-master02.build.mozilla.org:8012/builders/Rev3%20WINNT%205.1%20mozilla-central%20talos%20dromaeo/builds/4
Assignee | ||
Comment 2•14 years ago
|
||
Looks like copying _dumpwin32proc.py from the win7-64 machines will fix this. It at least gets rid of the ProcessExitedAlready error.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → catlee
Priority: P3 → P2
Assignee | ||
Updated•14 years ago
|
Whiteboard: [buildslaves] → [buildslaves][needs-downtime]
Reporter | ||
Comment 3•14 years ago
|
||
I also noticed that we hit this doing the reboot step elsewhere, eg snow leopard
http://pastebin.mozilla.org/766148
Reporter | ||
Comment 4•14 years ago
|
||
FWIW, the exception doesn't say what process it failed to kill off but there's still an xpcshell.exe, plugin-container.exe, and two python processes running after the fact. That's for when we have issue from bug 580525.
Assignee | ||
Comment 5•14 years ago
|
||
Fixed by copying _dumbwin32proc.py from the win7-64 slaves to the win7 slaves.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•