On 11 Aug 2013, at 15:22, Andreas Färber wrote: > Am 10.08.2013 13:20, schrieb Alex Bligh: >> Occasionally running make check I am seeing the following opaque error: >> ERROR:tests/libqtest.c:69:init_socket: assertion failed (ret != -1): (-1 >> != -1) >> >> Rerunning it it runs clean. Any ideas? > > Most likely a previous qtest will have failed, leaving temporary files > with that pid behind and your current test happens to get the same pid > again. Check /tmp/qtest*.
That was it. -- Alex Bligh