It seems that this issue also might cause strange dead-locks in darcs testsuite
as shown on the darcs buildbots. Sometimes either make test or make test_network
hangs forever. Following little scripts duplicates this issue on Solaris:
[code]
while (true); do gmake test; gmake test_network; done
[/code] |