Paolo Bonzini <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> Running this >> >> [EMAIL PROTECTED]:~/src/gnulib master$ rm -rf m;gnulib-tool --create-testdir >> --with-tests --dir m poll; cd m; ./configure --host=i586-mingw32msvc >> --build=i686-pc-linux-gnu; make check; cd .. >> >> I get this output: >> >> Unconnected socket test... passed >> Connected sockets test... passed >> General socket test with fork... passed >> Pipe test... wineserver crashed, please enable coredumps (ulimit -c >> unlimited) and restart. >> PASS: test-poll.exe >> >> When the self-test is ran inside gsasl, test-poll.exe hangs instead, I'm >> not sure why. >> >> Can anyone reproduce this? > > Yes, it's http://bugs.winehq.org/show_bug.cgi?id=15272
Thanks. Since I don't use pipes in gsasl, I will comment out that part of the self-test in a gnulib override to make the gsasl self-tests pass. /Simon