qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug] qemu-sparc64 broken


From: Stefan Weil
Subject: [Qemu-devel] [Bug] qemu-sparc64 broken
Date: Thu, 05 Sep 2013 22:35:35 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

Here is the result of running Debian's busybox-static for sparc64:

$ sparc64-linux-user/qemu-sparc64 /usr/gnemul/qemu-sparc64/bin/busybox
ls -l block.c
?rwxr-x--T    1 stefan   root     1378329541 Jan  1  1970 block.c

It's obviously wrong. All other user emulations return the correct result:

$ busybox ls -l block.c
-rw-r--r--    1 stefan   stefan      131462 Sep  3 21:13 block.c

In a first analysis of this, I noticed that it is impossible to run
qemu-sparc64
under gdb (raised fatal signal). I was also surprised to see that
target_stat64
is unused.

Regards,
Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]