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). ========================================================== $ gdb qemu.exe GNU gdb 5.2.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. 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 ?? () ========================================================== -- Christian _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel