diff options
Diffstat (limited to 'results/classifier/118/all/1423124')
| -rw-r--r-- | results/classifier/118/all/1423124 | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/results/classifier/118/all/1423124 b/results/classifier/118/all/1423124 new file mode 100644 index 000000000..21fdd9d64 --- /dev/null +++ b/results/classifier/118/all/1423124 @@ -0,0 +1,195 @@ +permissions: 0.980 +debug: 0.974 +user-level: 0.972 +risc-v: 0.970 +register: 0.970 +arm: 0.969 +assembly: 0.968 +PID: 0.968 +semantic: 0.963 +device: 0.963 +performance: 0.959 +virtual: 0.959 +graphic: 0.958 +socket: 0.957 +boot: 0.956 +hypervisor: 0.954 +vnc: 0.952 +network: 0.950 +architecture: 0.950 +VMM: 0.950 +files: 0.949 +ppc: 0.946 +kernel: 0.943 +peripherals: 0.943 +mistranslation: 0.941 +KVM: 0.940 +x86: 0.930 +TCG: 0.923 +i386: 0.897 + +QEMU crash after sending data on host serial port + +Good morning, + +I'm using QEMU for Windows last version. +The host system is Windows 7 64bits. +I'm excuting the following statment : + +qemu-system-x86_64w.exe -hda debian.img -m 256 -net nic -net tap,ifname=TAP32 -soundhw all -serial COM9 + +Qemu starts the emulated Debian and it runs correctly. + +If I try to send data from Windows using COM9 to QEMU (both "real" or emulated by the COM0COM driver), QEMU crashes. Windows dump available if required. +If I try to send data to /dev/ttyS0 (that should be the Linux side of COM9) from Debian, again, the wirtual machine crashes. + +More details if necessary +Best regards +U.Poddine + +On Wed, Feb 18, 2015 at 11:29:58AM -0000, Ugo wrote: +> I'm using QEMU for Windows last version. +> The host system is Windows 7 64bits. +> I'm excuting the following statment : +> +> qemu-system-x86_64w.exe -hda debian.img -m 256 -net nic -net +> tap,ifname=TAP32 -soundhw all -serial COM9 +> +> Qemu starts the emulated Debian and it runs correctly. +> +> If I try to send data from Windows using COM9 to QEMU (both "real" or emulated by the COM0COM driver), QEMU crashes. Windows dump available if required. +> If I try to send data to /dev/ttyS0 (that should be the Linux side of COM9) from Debian, again, the wirtual machine crashes. + +Please post details of the crash including the backtrace. That might be +enough information for someone to figure out the problem and send a +patch to fix it. + + +Hello Stefan, + +the crash can be described better as a neverending loop started after having +received data on serial ports, infact for going out I'm forced to kill the QEMU +session from Windows. As result there is unfortunately no system dump in the +Windows dump folder. +I've tried to generate the backtrace with Windbg (attached), it shows +something before sending data to COM and after having killed the neverednding +loop, this in both cases : sending data from Windows to COM port (first +backtrace) and sending data from linux to /dev/pty port. +I'm afraid that the dumps are not so rich, due to the neverending loop problem +: I'm not able to debug better the situation. +Let me know if I can help more + +Regards +UP + + + +>----Messaggio originale---- +>Da: <email address hidden> +>Data: 23-feb-2015 11.32 +>A: <email address hidden> +>Ogg: Re: [Qemu-devel] [Bug 1423124] [NEW] QEMU crash after sending data on +host serial port +> +>On Wed, Feb 18, 2015 at 11:29:58AM -0000, Ugo wrote: +>> I'm using QEMU for Windows last version. +>> The host system is Windows 7 64bits. +>> I'm excuting the following statment : +>> +>> qemu-system-x86_64w.exe -hda debian.img -m 256 -net nic -net +>> tap,ifname=TAP32 -soundhw all -serial COM9 +>> +>> Qemu starts the emulated Debian and it runs correctly. +>> +>> If I try to send data from Windows using COM9 to QEMU (both "real" or +emulated by the COM0COM driver), QEMU crashes. Windows dump available if +required. +>> If I try to send data to /dev/ttyS0 (that should be the Linux side of COM9) +from Debian, again, the wirtual machine crashes. +> +>Please post details of the crash including the backtrace. That might be +>enough information for someone to figure out the problem and send a +>patch to fix it. +> +>-- +>You received this bug notification because you are subscribed to the bug +>report. +>https://bugs.launchpad.net/bugs/1423124 +> +>Title: +> QEMU crash after sending data on host serial port +> +>Status in QEMU: +> New +> +>Bug description: +> Good morning, +> +> I'm using QEMU for Windows last version. +> The host system is Windows 7 64bits. +> I'm excuting the following statment : +> +> qemu-system-x86_64w.exe -hda debian.img -m 256 -net nic -net +> tap,ifname=TAP32 -soundhw all -serial COM9 +> +> Qemu starts the emulated Debian and it runs correctly. +> +> If I try to send data from Windows using COM9 to QEMU (both "real" or +emulated by the COM0COM driver), QEMU crashes. Windows dump available if +required. +> If I try to send data to /dev/ttyS0 (that should be the Linux side of COM9) +from Debian, again, the wirtual machine crashes. +> +> More details if necessary +> Best regards +> U.Poddine +> +>To manage notifications about this bug go to: +>https://bugs.launchpad.net/qemu/+bug/1423124/+subscriptions +> + + +Hello, + +after having upgraded QEMU to the end-of-February release, the problem (still there) evolved. +Now there is no more a "nevereding loop", but QEMU crashes on stratup with the above described startup command : + +qemu-system-x86_64w.exe -hda debian.img -m 256 -net nic -net +> tap,ifname=TAP32 -soundhw all -serial COM9 + +Now it's easy to give you the Windows dump, attached. + +Regards +Ugo + +Hi All + +I also meet this issue. + I have two computer, one is Win7 32 another is Win7 64, Both computer meet this issue. +My QEMU version is qemu-w32-setup-20160215 + +I want used EDK2 OVMF with Intel UDK Debugger tools to do source level debug +I had install com0com Virtual Com Port, and set COM3 connect to COM4 + +Intel UDK Debugger tools used COM3 +QEMU run OVMF used COM4 + +First execute Intel UDK Debugger tools, then launch QEMU +C:\Program Files\qemu\qemu-system-x86_64.exe -bios "C:\EDK2\Build\OvmfX64\DEBUG_VS2010\FV\OVMF.fd" -serial COM4 +Then QEMU crashes on stratup + +I have do some experiment +Execute terminal tool Tera Term and used COM3 +launch QEMU and used COM4 +C:\Program Files\qemu\qemu-system-x86_64.exe -bios "C:\EDK2\Build\OvmfX64\DEBUG_VS2010\FV\OVMF.fd" -serial COM4 +This is fine and i can see OVMF trace log on terminal +But if i press "Down" key on terminal, then QEMU crashe +It's caused by terminal send data("Down" key) to QEMU + +Have somebody can share some information about this? + +Thanks a lot. +Sugar + +Looks like the bug still exists. Sending eg "CTRL+D" or Arrow up/down makes qemu hang indefinitely + |