Closed
Bug 607780
Opened 15 years ago
Closed 15 years ago
moz2-darwin9-slave08 in the wrong mach bootstrap context
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
Background:
http://developer.apple.com/library/mac/#technotes/tn2005/tn2083.html
On moz2-darwin9-slave08, the buildslave process is in what looks like a "deactivated" context:
moz2-darwin9-slave08:~ cltbld$ sudo /tmp/BootstrapDump MAP
Password:
0x0
launchd (root, 1->0)
update (root, 25->1)
launchd (cltbld, 84->1)
launchd (nagios, 52079->1)
0x50b
kextd (root, 10->1)
DirectoryService (root, 11->1)
notifyd (root, 12->1)
syslogd (root, 13->1)
configd (root, 14->1)
distnoted (daemon, 15->1)
mDNSResponder (_mdnsresponder, 16->1)
securityd (root, 20->1)
ntpd (root, 24->1)
RFBRegisterMDNS (root, 29->1)
mds (root, 30->1)
KernelEventAgent (root, 32->1)
hidd (root, 34->1)
fseventsd (root, 35->1)
dynamic_pager (root, 37->1)
diskarbitrationd (root, 40->1)
blued (root, 44->1)
autofsd (root, 45->1)
socketfilterfw (root, 46->1)
coreaudiod (root, 77->1)
VNCPrivilegeProx (root, 78->1)
WindowServer (_windowserver/root, 3155->1)
coreservicesd (root, 5871->1)
launchproxy (root, 52060->1)
launchproxy (nagios, 52075->1)
ReportCrash (root, 52093->1)
0x30b
0x120b
sshd (root, 52071->52060)
sshd (cltbld, 52076->52071)
bash (cltbld, 52083->52076)
BootstrapDump (root, 52095->52083)
0x413
loginwindow (cltbld/root, 3154->1)
AirPort Base Sta (cltbld, 3167->84)
ARDAgent (cltbld/root, 3170->84)
Spotlight (cltbld, 3172->84)
UserEventAgent (cltbld, 3173->84)
pboard (cltbld, 3180->84)
Dock (cltbld, 3186->84)
ATSServer (cltbld, 3187->84)
AppleVNCServer (cltbld/root, 3188->3170)
SystemUIServer (cltbld, 3189->84)
Finder (cltbld, 3190->84)
0xffffffff
python (cltbld, 311->1)
moz2-darwin9-slave08:~ cltbld$
whereas on moz2-darwin9-slave09:
moz2-darwin9-slave09:~ cltbld$ sudo /tmp/BootstrapDump MAP
Password:
0x0
launchd (root, 1->0)
update (root, 26->1)
launchd (cltbld, 82->1)
0x50b
kextd (root, 10->1)
DirectoryService (root, 11->1)
notifyd (root, 12->1)
syslogd (root, 13->1)
configd (root, 14->1)
distnoted (daemon, 15->1)
mDNSResponder (_mdnsresponder, 16->1)
securityd (root, 20->1)
ntpd (root, 25->1)
RFBRegisterMDNS (root, 30->1)
mds (root, 31->1)
KernelEventAgent (root, 33->1)
hidd (root, 35->1)
fseventsd (root, 36->1)
dynamic_pager (root, 38->1)
diskarbitrationd (root, 41->1)
blued (root, 45->1)
autofsd (root, 46->1)
socketfilterfw (root, 47->1)
coreservicesd (root, 59->1)
WindowServer (_windowserver/root, 60->1)
VNCPrivilegeProx (root, 76->1)
coreaudiod (root, 78->1)
launchproxy (root, 37850->1)
0x20b
mdworker (nobody, 37379->1)
mdworker (cltbld, 37858->1)
0x30b
0x120b
sshd (root, 37819->1)
sshd (cltbld, 37823->37819)
bash (cltbld, 37825->37823)
BootstrapDump (root, 37859->37825)
0x413
loginwindow (cltbld/root, 32->1)
AirPort Base Sta (cltbld, 87->82)
ARDAgent (cltbld/root, 90->82)
ReportPanic (cltbld, 91->82)
Spotlight (cltbld, 93->82)
UserEventAgent (cltbld, 94->82)
pboard (cltbld, 95->82)
UserNotification (cltbld, 98->1)
ATSServer (cltbld, 110->82)
AppleVNCServer (cltbld/root, 113->90)
Dock (cltbld, 118->82)
SystemUIServer (cltbld, 122->82)
Finder (cltbld, 123->82)
python (cltbld, 224->1)
ssh-agent (cltbld, 6933->82)
I've also noticed that I can't start applications from the dock on -slave08, so that may be related.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → dustin
| Assignee | ||
Comment 1•15 years ago
|
||
I also can't access the menu bar from the GUI. The doc icons just bounce once and don't start.
Should we re-image this box?
| Assignee | ||
Comment 2•15 years ago
|
||
Bug 608001 is the re-image.
Once it's re-imaged, I want to use this as a test for the fix for 570843 before putting it back into service.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•15 years ago
|
||
It's running a buildslave against sm01, so this is finished.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
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
•