summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/mistranslation/562107
blob: 7923193855f697f2dc6705e21587230ac29a4aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
mistranslation: 0.742
device: 0.733
semantic: 0.721
instruction: 0.704
socket: 0.679
network: 0.675
other: 0.588
graphic: 0.526
vnc: 0.400
boot: 0.356
assembly: 0.243
KVM: 0.175

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.]