diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-04 17:59:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-04 17:59:32 -0400 |
commit | 6d0cf860fdbaf8cab8642a5b9c8310117fca872a (patch) | |
tree | ec67da6412742e12b1db8410abf480d054146815 /doc | |
parent | 5011c710d48673feb99a520cd46c06e907e0034a (diff) |
link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_71__that_was_unexpected.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_71__that_was_unexpected.mdwn b/doc/devblog/day_71__that_was_unexpected.mdwn index 94faed557..92de97b7d 100644 --- a/doc/devblog/day_71__that_was_unexpected.mdwn +++ b/doc/devblog/day_71__that_was_unexpected.mdwn @@ -10,7 +10,7 @@ Building w/o WebDAV avoids crashing the compiler anyhow. Thought I'd try the resulting binary and see if perhaps I had forgotten to use the threaded RTS when I was running ghc by hand to link it last time, and perhaps that was why threads -[[seemed to have hung|day 56 git-annex user survey]] back then. +[[seemed to have hung|day_56__git-annex_user_survey]] back then. It was. This became clear when I saw a "deadlocked indefinitely in MVar" error message, which tells me that it's at least using the threaded RTS. |