From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSSCf-00083D-CP for qemu-devel@nongnu.org; Mon, 11 Aug 2008 03:52:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSSCe-00082i-8K for qemu-devel@nongnu.org; Mon, 11 Aug 2008 03:52:33 -0400 Received: from [199.232.76.173] (port=40880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSSCe-00082X-3H for qemu-devel@nongnu.org; Mon, 11 Aug 2008 03:52:32 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:51520) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSSCd-0006i6-J5 for qemu-devel@nongnu.org; Mon, 11 Aug 2008 03:52:31 -0400 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.69) (envelope-from ) id 1KSSCP-0001BU-CU for qemu-devel@nongnu.org; Mon, 11 Aug 2008 09:52:17 +0200 Message-ID: <489FEFB1.9060503@weilnetz.de> Date: Mon, 11 Aug 2008 09:52:17 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] eepro100.c failed assertion References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org David Hawthorne schrieb: > command line: > > qemu -hda olive.img -nographic -net nic,vlan=0,model=i82551 -net > nic,vlan=0,model=i82559er -net tap,vlan > 0,ifname=tap1,script=no -serial telnet::1001,server,nowait -localtime > -m 196 > > I'm running freebsd 4.4 with junos for a lab environment on top of that. > > the message: > > (qemu) Assertion failed: (0), function nic_receive, file > /storage/tmp/usr/ports > emulators/qemu/work/qemu-0.9.1/hw/eepro100.c, line 1581. > Abort trap: 6 (core dumped) > > Was there anything spectacular going on (that I know of) at the time? > no, I'd just got done pinging an IP out on the internet from within > the environment to make sure the tap and bridging were working properly. > > Version: 0.9.1 from freebsd ports running on 6.2-release-p5. > > I can send you the core if necessary. It's 300M, so I'll need a way > to get it to you. Let me know if there's some other place I should > submit this. I dug around a little but not a lot. This assertion should be fixed in the latest source of eepro100.c: http://svn.berlios.de/svnroot/repos/ar7-firmware/qemu/trunk/hw/eepro100.c Could you please try it and report the results you get? Regards Stefan