diff options
Diffstat (limited to 'results/classifier/118/mistranslation-i386/1089005')
| -rw-r--r-- | results/classifier/118/mistranslation-i386/1089005 | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/results/classifier/118/mistranslation-i386/1089005 b/results/classifier/118/mistranslation-i386/1089005 new file mode 100644 index 000000000..a543869c4 --- /dev/null +++ b/results/classifier/118/mistranslation-i386/1089005 @@ -0,0 +1,103 @@ +i386: 0.935 +mistranslation: 0.910 +debug: 0.895 +graphic: 0.888 +vnc: 0.882 +performance: 0.870 +semantic: 0.834 +ppc: 0.823 +user-level: 0.802 +architecture: 0.729 +device: 0.723 +hypervisor: 0.703 +register: 0.628 +network: 0.626 +virtual: 0.610 +x86: 0.602 +risc-v: 0.601 +permissions: 0.599 +kernel: 0.553 +boot: 0.540 +socket: 0.526 +arm: 0.497 +peripherals: 0.474 +TCG: 0.472 +PID: 0.454 +files: 0.445 +KVM: 0.432 +VMM: 0.418 +assembly: 0.143 +-------------------- +user-level: 0.860 +i386: 0.759 +x86: 0.568 +virtual: 0.215 +vnc: 0.115 +debug: 0.111 +hypervisor: 0.048 +PID: 0.034 +TCG: 0.028 +semantic: 0.028 +files: 0.020 +kernel: 0.017 +socket: 0.014 +performance: 0.012 +network: 0.011 +register: 0.010 +VMM: 0.005 +device: 0.005 +boot: 0.003 +architecture: 0.003 +risc-v: 0.003 +permissions: 0.002 +assembly: 0.002 +arm: 0.001 +peripherals: 0.001 +graphic: 0.001 +ppc: 0.001 +mistranslation: 0.001 +KVM: 0.000 + +Qemu does not shutdown with vnc enabled on OS X + +I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository. + +Running + + qemu-system-i386 <image> + +works fine. I can quit the process using ctrl-c. + +When I try to use + + qemu-system-i386 -vnc :<port> <image> + +ctrl-c does nothing and I have to kill the process trough the activity monitor. +Furthermore terminating the process from my java program does not work either. +I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x + +Thanks +Leander + +Interesting -- my experience is that control-C doesn't work at all, even if using the cocoa UI frontend. It's a bug of some kind related to signal handling but I haven't been able to track it down. As far as I could tell with a debugger QEMU never received the SIGTERM at all, which makes no sense to me. + +As a workaround you can send QEMU a SIGKILL, which will abruptly terminate QEMU (NB that if you have a writable disk image you may find it is corrupt since this is a long way from a clean shutdown). The best approach would be to make the guest cleanly power down the VM, which should cause QEMU to exit automatically. + + +Triaging old bug tickets ... can you still reproduce this issue with the +latest version of QEMU (version 2.9)? + +[Expired for QEMU because there has been no activity for 60 days.] + +the issue is still there +i am using 2.9.50 +i want to stop a running process when i press ctrl-c and not stop the whole qemu + +Rida, this bug was about stopping QEMU with CTRL-c, so I guess you tried to do something else here? What do you mean by "running process"? The emulated process that is running with QEMU? + +I just got the newest version of QEMU available via Homebrew (2.9.0) and was able to successfully terminate the QEMU process with ctrl-c. + +@Rida: To clarify: I did want to stop the whole QEMU and that did not work at the time. I had to kill the process through the activity monitor. + +Thanks for checking the latest version, Leander - I changed the status accordingly. + |