qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] pcnet/mingw32 debug info (help needed)
@ 2005-07-22  7:31 Christian MICHON
  2005-07-22 10:30 ` Kazu
  0 siblings, 1 reply; 4+ messages in thread
From: Christian MICHON @ 2005-07-22  7:31 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-23  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-22  7:31 [Qemu-devel] pcnet/mingw32 debug info (help needed) Christian MICHON
2005-07-22 10:30 ` Kazu
2005-07-22 12:52   ` Christian MICHON
2005-07-23  2:05     ` Kazu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).