Re: [Qemu-devel] pcnet/mingw32 debug info (help needed)

2005-07-22 Thread Christian MICHON
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

Re: [Qemu-devel] pcnet/mingw32 debug info (help needed)

2005-07-22 Thread Kazu
Hi, Sent: Friday, July 22, 2005 4:31 PM Christian MICHON wrote: here's the output of gdb. If anyone can make something from it, thanks in advance. This is a part of backtrace output of gdb after I set IP address and ping 10.0.2.2. I seems that arp packet loops endlessly between pcnet and

[Qemu-devel] pcnet/mingw32 debug info (help needed)

2005-07-22 Thread Christian MICHON
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 pre