Package: qemu
Version: 0.9.1-1
Severity: important
Please drop or review 35_syscall_sockaddr.patch. It's breaking X11
applications.
* What is trying to do:
qemu-i386 -strace ./xeyes
socketcall(3,1074261552,1109343012,19,1074261902,1074262072)
* What is really doing:
strace qemu-i386 ./xeyes
connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 3577757703) = -1
EINVAL (Invalid argument)
* What should be doing:
strace ./xeyes
connect(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]