[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-23 Thread Roy Tam
let me make comment on current git (v1.0-1172-g235fe3b), my XP SP3 -net dump is attached. You can see slirp almost not returning anything to guest (10.0.2.15), while the outgoing packets seem to be delivered correctly. ** Attachment added: "net dump from v1.0-1172-g235fe3b with XP SP3 guest"

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-18 Thread Solitaire
Thanks. The 5 lines in the patch are already there. (checked and recompiled, still the same error!) Got a work around at the moment by adding "-net none" to the command. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-18 Thread Bjoern Bornemann
hey solitaire, just add the 5 lines mentioned in my post above to "slirp/ip_icmp.c" source code file, recompile qemu and that's it. this worked pretty fine for me so far. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-18 Thread Solitaire
I'm getting the following error: qemu-system-arm: slirp/arp_table.c:41: arp_table_add: Assertion `(ip_addr & (__extension__ ({ register unsigned int __v, __x = (~(0xf << 28)); if (__builtin_constant_p (__x)) __v = __x) & 0xff00) >> 24) | (((__x) & 0x00ff) >> 8) | (((__x) & 0xff0

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-10 Thread Bjoern Bornemann
slirp/ip_icmp.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/slirp/ip_icmp.c b/slirp/ip_icmp.c index 4b43994..5dbf21d 100644 --- a/slirp/ip_icmp.c +++ b/slirp/ip_icmp.c @@ -262,6 +262,11 @@ icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, #endif

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-08 Thread Bjoern Bornemann
okay I forgot to post the qemu command here it is: qemu-system-i386 -balloon none -smbios type=0,vendor=Lenovo,version=7LETC6WW,date=05/11/2009,release=2.38 \ -smbios type=1,manufacturer=Lenovo,product=8896AB5,version=ThinkPadT61,serial=L3C3845,uuid=5D867F81-4A91-11CB-90B0-BF62749B684D,family=T

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-02-07 Thread Bjoern Bornemann
Hey Guys, I have the same problem. Installing the VM was pretty fine, no problems at all but when I try to start this VM, which is supposed to run a Mikrotik "RouterOS" it fails with the known error message. So far this error can only be reproduced by installing this special OS. All other OS li

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2012-01-16 Thread alek...@gmail.com
qemu-system-i386 -m 320 -hda mikrotik.img qemu-system-i386: slirp/arp_table.c:75: arp_table_search: Assertion `(ip_addr & (__extension__ ({ register unsigned int __v, __x = (~(0xf << 28)); if (__builtin_constant_p (__x)) __v = __x) & 0xff00) >> 24) | (((__x) & 0x00ff) >> 8) | (((__x)

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2011-09-08 Thread Nigel Horne
No - that's not relevant. The latest git (07ff2c4475df77e38a31d50ee7f3932631806c15) still crashes after just a couple of minutes with just about any guest on a Linux host. These are the args for my FreeBSD guest: qemu-system-i386 -drive file=freebsd8.1-i386,index=0,media=disk,cache=unsafe -drive

Re: [Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2011-09-01 Thread Jan Kiszka
On 2011-08-31 23:03, Nigel Horne wrote: > I am wondering if it's the use of the "-redir tcp:2232::22:" argument > which is broken in GIT. Could you try attaching gdb to the failing qemu and catch a backtrace or even more information? I've tried to reproduce but failed so far. Jan signature.asc

[Qemu-devel] [Bug 824650] Re: Latest GIT assert error in arp_table.c

2011-08-31 Thread Nigel Horne
I am wondering if it's the use of the "-redir tcp:2232::22:" argument which is broken in GIT. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/824650 Title: Latest GIT assert error in arp_table.c Sta