diff options
Diffstat (limited to 'results/classifier/118/none/562107')
| -rw-r--r-- | results/classifier/118/none/562107 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/results/classifier/118/none/562107 b/results/classifier/118/none/562107 new file mode 100644 index 000000000..c1aaf5211 --- /dev/null +++ b/results/classifier/118/none/562107 @@ -0,0 +1,60 @@ +mistranslation: 0.742 +device: 0.733 +semantic: 0.721 +socket: 0.679 +network: 0.675 +ppc: 0.564 +architecture: 0.563 +debug: 0.550 +performance: 0.546 +graphic: 0.526 +register: 0.515 +files: 0.478 +virtual: 0.476 +PID: 0.474 +user-level: 0.435 +risc-v: 0.420 +kernel: 0.417 +vnc: 0.400 +arm: 0.382 +boot: 0.356 +permissions: 0.344 +hypervisor: 0.306 +VMM: 0.283 +peripherals: 0.281 +i386: 0.274 +assembly: 0.243 +TCG: 0.210 +KVM: 0.175 +x86: 0.171 + +QEmu GDB stub uses IPv6 instead of v4 (or both) + +This bug has been reported by several people already. + +See http://migeel.sk/blog/2009/04/21/gdb-and-qemu-on-windows/ +and http://qemu-forum.ipi.fi/viewtopic.php?f=5&t=5579&p=16248&hilit=gdb+ipv6#p16248 + + +Seems like a very easy fix. + +Regards, +Matthijs ter Woord + +There is an alternative way to force gdbserver to use ipv4 instead ipv6 without changing the source code. + +Use this command: + +c:\>qemu -S -gdb tcp::1234,ipv4 <...other parameters> + +Works for me until there is a bugfix for this. + +Thanks. + +I have a patch for this... + +Looking through old bug tickets... can you still reproduce this issue with the latest version of QEMU? Or could we close this ticket nowadays? + + +[Expired for QEMU because there has been no activity for 60 days.] + |