On Wed, 2016-02-10 at 23:19 +0100, Samuel Thibault wrote: > Hello, > > The tokyocabinet testsuite currently takes ages to run, it didn't use to > do that (e.g. on 28th january with version -5), it's really odd, there > were only little source code change, and no gnumach, hurd or libc0.3 > change, can somebody have a look?
I've found the problem: The configure flag: --enable-uyeild was added to -6, to enable race-condition detection, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812796 Removing that option make the build succeed. Seems like there are many race condition problems on GNU/Hurd, the test suite runs slower and slower for each test. However, I haven't yet looked into what new code is enabled.

