summaryrefslogtreecommitdiff
path: root/doc/bugs/OSX_app_issues/comment_15_56c7fcafc7dca8be28ebf9e37a8f6b71._comment
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-13 00:29:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-13 00:29:06 -0400
commitde6406afce6de0cf8a48bc2ecf9be1e7de93e40e (patch)
tree08705fab60c11d4073734a8c2500a88b1aab7852 /doc/bugs/OSX_app_issues/comment_15_56c7fcafc7dca8be28ebf9e37a8f6b71._comment
parent3e55a8f164d67d5bd1ef86ae2f38fb2c6c3a51b2 (diff)
parent94554782894ec6c26da3b46312d5d1d16d596458 (diff)
Merge branch 'master' into desymlink
Conflicts: Annex/CatFile.hs Annex/Content.hs Git/LsFiles.hs Git/LsTree.hs
Diffstat (limited to 'doc/bugs/OSX_app_issues/comment_15_56c7fcafc7dca8be28ebf9e37a8f6b71._comment')
-rw-r--r--doc/bugs/OSX_app_issues/comment_15_56c7fcafc7dca8be28ebf9e37a8f6b71._comment23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/OSX_app_issues/comment_15_56c7fcafc7dca8be28ebf9e37a8f6b71._comment b/doc/bugs/OSX_app_issues/comment_15_56c7fcafc7dca8be28ebf9e37a8f6b71._comment
new file mode 100644
index 000000000..1cf4916f5
--- /dev/null
+++ b/doc/bugs/OSX_app_issues/comment_15_56c7fcafc7dca8be28ebf9e37a8f6b71._comment
@@ -0,0 +1,23 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
+ nickname="Vincent"
+ subject="comment 15"
+ date="2012-12-13T01:04:44Z"
+ content="""
+following up to #14.
+
+ dtruss -p <git --init process>
+
+shows the same symptom as reported earlier
+ SYSCALL(args) = return
+ workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
+ workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
+ workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
+ workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
+ workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
+ workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
+ ...
+ workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
+ dtrace: 339527 drops on CPU 0
+
+"""]]