Closed
Bug 397534
Opened 18 years ago
Closed 18 years ago
fix hdiutil problems on talos slaves running in Buildbot
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
hdiutil often fails silently on os x talos slaves that run from Buildbot. It appears to only happen after a successful build. The only way to work around it is to restart the Buildbot slave.
There is nothing in the system logs on a failure. When hdiutil works properly this is in the log:
KernelEventAgent[32]: tid 00000000 received unknown event (12)
Assignee | ||
Comment 1•18 years ago
|
||
When running hdiutil with -verbose I got this:
2007-09-25 13:12:49.905 hdiutil[6851] error: unable to set up framework server.
DIHLDiskImageAttach() returned 6
hdiutil: attach failed - Device not configured
I found this page with google: http://lists.apple.com/archives/Darwin-dev/2004/Oct/msg00044.html
The poster believes that hdiutil fails when called from a daemon whose parent process has terminated. So, this leads me to believe that hdiutil will fail when the ssh session that I start Buildbot from is closed.
I've started the Buildbot slave from a terminal running in the VNC session. I'm going to let it run a few times, and if it works I'll see if closing that terminal window will mess it up.
Assignee | ||
Comment 2•18 years ago
|
||
Okay, this definitely solved the problem. Closing...
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
Mass move of Core:Testing bugs to mozilla.org:ReleaseEngineering. Filter on RelEngMassMove to ignore.
Component: Testing → Release Engineering
Product: Core → mozilla.org
QA Contact: testing → release
Version: unspecified → 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
•