From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dvxev-0000c3-A6 for qemu-devel@nongnu.org; Fri, 22 Jul 2005 09:33:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dvxet-0000bL-4o for qemu-devel@nongnu.org; Fri, 22 Jul 2005 09:33:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dvxdq-0008T4-V8 for qemu-devel@nongnu.org; Fri, 22 Jul 2005 09:32:43 -0400 Received: from [64.233.182.193] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DvxAS-0001AA-H9 for qemu-devel@nongnu.org; Fri, 22 Jul 2005 09:02:20 -0400 Received: by nproxy.gmail.com with SMTP id n15so35519nfc for ; Fri, 22 Jul 2005 05:52:06 -0700 (PDT) Message-ID: <46d6db660507220552427022d7@mail.gmail.com> Date: Fri, 22 Jul 2005 14:52:06 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] pcnet/mingw32 debug info (help needed) In-Reply-To: <002501c58ea8$5a35eaa0$0464a8c0@athlon> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <46d6db660507220031588860a5@mail.gmail.com> <002501c58ea8$5a35eaa0$0464a8c0@athlon> Reply-To: Christian MICHON , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kazu Cc: qemu-devel@nongnu.org Thx for this report, Kazu I've a few questions: 1) how did you generate this gdb backtrace ? 2) which gemu guest did you use ? 3) you can apparently set IP address and ping the gateway. so your mingw32 compilation of qemu doesn't crash ? how did you manage this ? are you using the patch I updated or another one, and are you using qemu 0.7.0 or the CVS ? thx in advance, Christian On 7/22/05, Kazu wrote: > Hi, >=20 > This is a part of backtrace output of gdb after I set IP address and pin= g > 10.0.2.2. > I seems that arp packet loops endlessly between pcnet and slirp. > I think something is wrong in pcnet_receive? >=20 > #27399 0x004552ac in pcnet_transmit (s=3D0xcdbf8e8) > at C:/msys/1.0/home/kazu/qemu-0.7.0/hw/pcnet.c:582 > #27400 0x00455571 in pcnet_poll (s=3D0xcdbf8e8)