Closed
Bug 416597
Opened 17 years ago
Closed 17 years ago
qm-win2k3-01 hanging with a "choose debugger" dialog up
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: coop)
Details
Three times in the last three days, for 10 hours, 2 hours (because stuart was watching it), and 5 hours, our only Windows unit test box has been hung with the Visual Studio debugger selector dialog up - from bug 416512:
[[[
Jeremy Orem 2008-02-09 00:33:09 PST
Box rebooted and slave started.
One observation, every time this box is stuck a Visual Studio debugger selector
is always in the foreground.
Ted Mielczarek (:luser) 2008-02-09 06:20:08 PST
We could disable that per:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconenablingjit-attachdebugging.asp
Under the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current
Version\AeDebug, set "Auto"=0
]]]
Comment 1•17 years ago
|
||
cc'ing robcee
Reporter | ||
Updated•17 years ago
|
Severity: blocker → major
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → ccooper
Assignee | ||
Comment 2•17 years ago
|
||
This is actually in he instructions for setting up these boxes (http://wiki.mozilla.org/BuildbotTestfarm), which is why I thought this was defacto. Turns out those wiki instructions are wrong: they suggest setting the "Debugger" to an empty string rather than Auto=0.
Given that, this change probably needs to be made on all the Windows buildbot slaves.
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•17 years ago
|
||
I've updated the docs at http://wiki.mozilla.org/BuildbotTestfarm and I've disabled debugging on the following machines:
* qm-winxp01
* qm-stage-winxp01
* qm-leak-winxp01
* qm-win2k3-01
* qm-leak-w2k3-01
Not sure if talos machines are affected by this or not, but I don't have access to them anyway.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Priority: -- → P2
Resolution: --- → FIXED
Comment 4•17 years ago
|
||
they wouldn't be since they don't have any development tools installed on them.
thanks coop!
Updated•16 years ago
|
Component: Testing → Release Engineering
Product: Core → mozilla.org
QA Contact: testing → release
Version: Trunk → other
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•