Closed Bug 641021 Opened 15 years ago Closed 15 years ago

mochitest-browser-chrome debug hangs the XP slaves

Categories

(Release Engineering :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Unassigned)

References

Details

Attachments

(2 files)

As mentioned in bug 614955#c46 I had to reboot every XP slave that was taking a mochitest-other because they would hung (hang?) when they reached mochitest-browser-chrome. The attached patch should fix that. This worked on staging.
Attachment #518759 - Flags: review?(coop)
Attachment #518759 - Flags: review?(coop) → review+
I took a not so great screenshot (I hit the Start button by mistake and it would go away) but it shows the two black windows that I have seen on the XP machines that were getting stuck. I wanted to keep this ftr.
Landed and reconfigured all masters. http://hg.mozilla.org/build/buildbot-configs/rev/14112275c382 We now don't run mochitest-browser-chrome for Windows XP on *debug* jobs.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Blocks: 641059
(In reply to comment #0) > As mentioned in bug 614955#c46 I had to reboot every XP slave that was taking a > mochitest-other because they would hung (hang?) when they reached > mochitest-browser-chrome. Rebooting isn't the optimal thing to do in this sort of situation, because the job will get retried (to the master it looks like a network issue dropped the slave), and because there are other test suites that run in mochitest-other. The alternative is to ssh into the box, and run 'tasklist'. For mochitest-browser-chrome we have to kill a python process and the firefox one. The python which is buildbot uses about 14000K of memory, so avoid that one. Using the PID's from the tasklist go taskkill /pid <pid1> /pid <pid2> /F Buildbot carries on to run the next step, which is mochiest-a11y.
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: