2011/5/13 Eric Blake <ebl...@redhat.com>: > On 05/13/2011 02:26 AM, Matthias Bolte wrote: >> I found this while testing current libvirt git on FreeBSD 8.1 32bit.
>> When runnig in gdb >> ./gnulib/tests/test-getcwd-lgpl in the libvirt source tree then the >> same ASSERT fails. Sometimes ASSERT (chdir (pwd1) == 0) in >> test-getcwd-lgpl.c in line 51 fails too, but I'm not able to reproduce >> this one reliably. > > I have not reproduced this one either. Is it only when running in gdb? > Then maybe that's a gdb bug? It happened on the initial run of make check when I noticed it. Later it happened once again under gdb. I though it might be related to gdb or to the CFLAGS used to compile the testcase but I couldn't reproduce it at will and have no clue what triggered it. Matthias