From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DvsPR-0005Ve-Ce for qemu-devel@nongnu.org; Fri, 22 Jul 2005 03:57:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DvsPK-0005UY-U1 for qemu-devel@nongnu.org; Fri, 22 Jul 2005 03:57:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvsLH-0004PS-P3 for qemu-devel@nongnu.org; Fri, 22 Jul 2005 03:53:12 -0400 Received: from [64.233.182.196] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DvsAS-0003dE-J3 for qemu-devel@nongnu.org; Fri, 22 Jul 2005 03:42:00 -0400 Received: by nproxy.gmail.com with SMTP id n15so17012nfc for ; Fri, 22 Jul 2005 00:31:51 -0700 (PDT) Message-ID: <46d6db660507220031588860a5@mail.gmail.com> Date: Fri, 22 Jul 2005 09:31:51 +0200 From: Christian MICHON Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [Qemu-devel] pcnet/mingw32 debug info (help needed) 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: qemu-devel@nongnu.org Apparently, the crash I'm getting is from the tcp/ip layer inside mingw libs (without debug info). libws2 to be more accurate. (Maybe it's a slirp/pcnet incompatibility ?) here's the output of gdb. If anyone can make something from it, thanks in advance. Pls note I also did a comparison on the preprocessed output of pcnet.c between linux hosts and windows host, and htonl calls was the only difference (I realigned it, but it fails the same way). =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D $ gdb qemu.exe=20 GNU gdb 5.2.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-mingw32"... (gdb) set args -L . -cdrom slaxpro.iso -nic-pcnet (gdb) run Starting program: qemu.exe -L . -cdrom slaxpro.iso -nic-pcnet Program received signal SIGSEGV, Segmentation fault. 0x77fa5575 in _libws2_32_a_iname () (gdb) where #0 0x77fa5575 in _libws2_32_a_iname () #1 0x00000000 in ?? () =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D --=20 Christian