diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-11 13:45:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-11 13:45:15 -0400 |
commit | 25ed918f75ed69175f1b3d5e7beec619160af8ce (patch) | |
tree | 2c09827187d4386621ee4ce553896e2014d0d04d /debian/changelog | |
parent | ca98a7734d21427cb441c87705c3d340153b176d (diff) |
test: Fix threaded runtime hang.
There was one forkProcess lurking in test.hs, and that seems to be
responsible for recent buildd failures on amd64 and armhf. I was able to
reproduce it pretty easily on amd64, and even once on i386, and it was
clearly that same bad old threaded runtime hang. So removing this
forkProcess should fix it. Odd that it lurked for some months before
popping up.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1470cf943..4ee022a7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ git-annex (3.20121010) UNRELEASED; urgency=low Each of these has its own standard preferred content setting. * dead: Remove dead repository from all groups. * Avoid unsetting HOME when running certian git commands. Closes: #690193 + * test: Fix threaded runtime hang. -- Joey Hess <joeyh@debian.org> Wed, 10 Oct 2012 12:59:25 -0400 |