diff options
Diffstat (limited to 'results/classifier/118/ppc/1706825')
| -rw-r--r-- | results/classifier/118/ppc/1706825 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/results/classifier/118/ppc/1706825 b/results/classifier/118/ppc/1706825 new file mode 100644 index 000000000..f6aff833c --- /dev/null +++ b/results/classifier/118/ppc/1706825 @@ -0,0 +1,48 @@ +ppc: 0.904 +i386: 0.795 +device: 0.716 +user-level: 0.667 +performance: 0.649 +graphic: 0.617 +files: 0.599 +PID: 0.517 +semantic: 0.508 +permissions: 0.484 +vnc: 0.478 +network: 0.463 +register: 0.455 +mistranslation: 0.441 +architecture: 0.430 +debug: 0.416 +socket: 0.380 +arm: 0.362 +boot: 0.325 +peripherals: 0.315 +VMM: 0.216 +hypervisor: 0.211 +risc-v: 0.206 +virtual: 0.203 +TCG: 0.182 +kernel: 0.163 +x86: 0.088 +assembly: 0.067 +KVM: 0.024 + +qemu-user fails to run wineserver on ppc64el host + +When attempting to run wineserver on a 64-bit ppc64el host via QEMU's user-mode i386 emulation, a file locking operation fails. + +Command line: +qemu-i386-static /usr/lib/wine-development/wineserver32 + +Output: +wineserver: fcntl /tmp/.wine-0/server-17-14d21bf/lock: Invalid argument + +Relevant portion of strace: +fcntl(6, F_SETLK64, 0x3fffe8802218) = -1 EINVAL (Invalid argument) + +The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. +If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Thank you and sorry for the inconvenience. + +[Expired for QEMU because there has been no activity for 60 days.] + |