Added a comment: OS/X daily 2012-12-13

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY 2012-12-14 09:22:42 +00:00 committed by admin
parent 642a689941
commit a2dbf61219

View file

@ -0,0 +1,59 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
nickname="Vincent"
subject="OS/X daily 2012-12-13"
date="2012-12-14T09:22:42Z"
content="""
Thanks for the update - I tried again, similar results.
same platform. installed image md5sum 1bb50b3ee5eda3cd7f4b4a70cdae1855
Procedure was the same.
- download, bunzip2, mount, drag app to Applications.
- chrome had one tab open, iconified
- double-click application icon
Chrome opens up and shows the config window. Type in the same path
after checking that the final element of the path did not already exist.
ps aux|grep git
me 89194 99.0 0.0 2460884 4160 ?? R 8:03pm 0:12.58 git init --quiet /Users/me/me/annex/
me 89245 0.2 0.0 2423356 220 s001 R+ 8:07pm 0:00.00 grep git
me 89182 0.0 0.3 2668772 44208 ?? S 8:03pm 0:00.30 git-annex webapp -psn_0_55022710
me 89177 0.0 0.0 2433432 868 ?? S 8:03pm 0:00.00 /bin/sh /Applications/git-annex.app/Contents/MacOS/git-annex-webapp -psn_0_55022710
I ran dtruss on the two processes of interest, including when I sent them kill -9 in case that showed anything of interest.
Mail me if you need that but the gist is git init was doing
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
...
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
dtrace: 2006687 drops on CPU 0
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
and the git-annex webapp was doing stuff like
psynch_cvwait(0x7FD7F1418888, 0x2BE010002BF00, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x2) = 0 Err#-2
__pthread_canceled(0x0, 0x2BE010002BF00, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F1418888, 0x2C8010002C900, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x2) = 0 Err#-2
__pthread_canceled(0x0, 0x2C8010002C900, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F1418888, 0x2D0010002D100, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x2) = 0 Err#-2
__pthread_canceled(0x0, 0x2D0010002D100, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F1418888, 0x2D7010002D800, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x10DCEDC00) = 0 Err#-2
__pthread_canceled(0x0, 0x2D7010002D800, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F14189D8, 0x230100002400, 0x2300) = 0 0
read(0x6, \"\377\0\", 0x1000) = 1 0
setitimer(0x0, 0x116903E50, 0x0) = 0 0
write(0x7, \"\377\0\", 0x1) = 1 0
sigreturn(0x7FFF543DD810, 0x1E, 0x0) = 0 Err#-2
__pthread_canceled(0x0, 0x2BC010002BD00, 0x7FFF543DD8C8) = -1 Err#22
which may be unrelated browser event loop stuff I guess.
"""]]