diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY <Vincent@web> | 2012-12-14 09:22:42 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-12-14 09:22:42 +0000 |
commit | 103e37d189e39e44158ff105b557c9cafde6c63c (patch) | |
tree | 51e5e00ec55e18d1dfa1b98c3191fa4998129849 /doc/bugs/OSX_app_issues | |
parent | 577507ea3ab0217d97688f8da2a9d7406316c60c (diff) |
Added a comment: OS/X daily 2012-12-13
Diffstat (limited to 'doc/bugs/OSX_app_issues')
-rw-r--r-- | doc/bugs/OSX_app_issues/comment_17_c2de94a48e7958b9efffd89dda9144ff._comment | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/bugs/OSX_app_issues/comment_17_c2de94a48e7958b9efffd89dda9144ff._comment b/doc/bugs/OSX_app_issues/comment_17_c2de94a48e7958b9efffd89dda9144ff._comment new file mode 100644 index 000000000..83c2023db --- /dev/null +++ b/doc/bugs/OSX_app_issues/comment_17_c2de94a48e7958b9efffd89dda9144ff._comment @@ -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. + +"""]] |