File: day_36__minimal_test_case.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (9 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
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://thread.gmane.org/gmane.comp.lang.haskell.cafe/99334)

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!