From c08a4d3d93136bed28b3c40daa28dece6fda4016 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Dec 2013 17:59:32 -0400 Subject: [PATCH] link --- doc/devblog/day_71__that_was_unexpected.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devblog/day_71__that_was_unexpected.mdwn b/doc/devblog/day_71__that_was_unexpected.mdwn index 94faed5577..92de97b7dc 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.