Re: [Qemu-devel] hd-geo-test failing on OpenIndiana

2013-01-28 Thread Andreas Färber
Am 28.01.2013 08:53, schrieb Markus Armbruster: > Andreas Färber writes: > Fine print on ftruncate(): > > If fildes refers to a regular file, the ftruncate() function shall > cause the size of the file to be truncated to length. If the size > of the file previously exceeded length, t

Re: [Qemu-devel] hd-geo-test failing on OpenIndiana

2013-01-28 Thread Paolo Bonzini
Il 28/01/2013 08:53, Markus Armbruster ha scritto: > Andreas Färber writes: > >> Hello Markus, >> >> On OpenIndiana 151a7 I am seeing assertion failures for ret == 0 in >> hd-geo-test.c:35:create_test_img(). It seems it is refusing to blow up >> the temporary file. Any suggestion what to do about

Re: [Qemu-devel] hd-geo-test failing on OpenIndiana

2013-01-27 Thread Markus Armbruster
Andreas Färber writes: > Hello Markus, > > On OpenIndiana 151a7 I am seeing assertion failures for ret == 0 in > hd-geo-test.c:35:create_test_img(). It seems it is refusing to blow up > the temporary file. Any suggestion what to do about that? Fine print on ftruncate(): If fildes refers to

[Qemu-devel] hd-geo-test failing on OpenIndiana

2013-01-26 Thread Andreas Färber
Hello Markus, On OpenIndiana 151a7 I am seeing assertion failures for ret == 0 in hd-geo-test.c:35:create_test_img(). It seems it is refusing to blow up the temporary file. Any suggestion what to do about that? Regards, Andreas