summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-14 16:25:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-14 16:25:07 -0400
commit4fa3cb3e76f4a0c70766c70e906572804fe9b5de (patch)
treeaa78ef80347f5d0b6f634206805c5c9ebf27519c
parent966c580e38cf209509e479f02608dbe415dc97df (diff)
blog for the day
-rw-r--r--doc/design/assistant/blog/day_36__minimal_test_case.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_36__minimal_test_case.mdwn b/doc/design/assistant/blog/day_36__minimal_test_case.mdwn
new file mode 100644
index 000000000..b1877f98a
--- /dev/null
+++ b/doc/design/assistant/blog/day_36__minimal_test_case.mdwn
@@ -0,0 +1,9 @@
+Managed to find a minimal, 20 line test case for at least one of the ways
+git-annex was hanging with GHC's threaded runtime. Sent it off to
+haskell-cafe for analysis.
+[thread](http://news.gmane.org/gmane.comp.lang.haskell.cafe)
+
+Further managed to narrow the bug down to MissingH's use of logging code,
+that git-annex doesn't use. [bug report](http://bugs.debian.org/681621).
+So, I can at least get around this problem with a modified version of
+MissingH. Hopefully that was the only thing causing the hangs I was seeing!