2011/5/13 Eric Blake :
> 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
On 05/13/2011 02:26 AM, Matthias Bolte wrote:
> I found this while testing current libvirt git on FreeBSD 8.1 32bit.
>
> When running gmake check in the libvirt source tree then ASSERT
> (getcwd (NULL, i) == NULL) in test-getcwd-lgpl.c in line 74 fails on
> the first iteration of the for loop.
Th
I found this while testing current libvirt git on FreeBSD 8.1 32bit.
When running gmake check in the libvirt source tree then ASSERT
(getcwd (NULL, i) == NULL) in test-getcwd-lgpl.c in line 74 fails on
the first iteration of the for loop. When runnig in gdb
./gnulib/tests/test-getcwd-lgpl in the l