On Sat, Jan 30, 2010 at 10:30 AM, Stefan Weil <w...@mail.berlios.de> wrote: > Laurent Desnogues schrieb: >> On Sat, Jan 30, 2010 at 12:04 AM, Stefan Weil <w...@mail.berlios.de> >> wrote: >> [...] >>> that was a good suggestion. bntest raises a segmentation fault >>> (NULL pointer, p == 0, see below) with qemu-x86_64 on a x86_64 host. >> >> Compile bntest statically and it should work. >> >> x86_64 user mode is completely broken for dynamically >> linked programs. >> >> >> Laurent >> > > A statically linked bntest results in a crash, too.
OK, I found the issue. It's vsyscall. You should use the patch I sent to this list a few months ago. Laurent