Open jbergstroem opened 10 years ago
Can you consistently reproduce it? I've never seen this one fail IIRC.
both this and issue #1539 is reproducible (happens every time :/)
What distro are you using?
This is Gentoo. When it comes to reproducing I'll try on some other machines – but I can post the kernel config and additional versioning info if relevant.
I haven't tried gentoo in a while, maybe I should take it for a spin again. But compiling so long for one bug... I'm too inpatient for that.
@jbergstroem does the test complete if you rin it standalone?
./run_tests threadpool_multiple_event_loops threadpool_multiple_event_loops
@txdv The amount of compiling from a base install in this particular case would be building git. Anyway, lets avoid os talk; I really don't care about Gentoo, rather this failing test.
@saghul: Works (no output/fail) if I call it twice – as you requested. Fails if I call the test only once (what I did with strace).
The difference between once and twice is that the test will run in a child process and be limited by the timeout, or not.
This is linux 3.17.1 x86_64 with glibc 2.19 and built with gcc 4.8.3:
strace output (cut out most of the library loading part):