Re: [Qemu-devel] Network code on AMD64

2005-07-21 Thread Paul LeoNerd Evans
On Thu, Jul 21, 2005 at 10:55:22PM +0100, Paul LeoNerd Evans wrote: > I have determined, by the way, a much more precise location for the bug. > I can start a Knoppix image, which can reliably resolve hostnames, and > ping the host machine. I then tried a http-over-telnet, to test TCP. I > connect,

Re: [Qemu-devel] Network code on AMD64

2005-07-21 Thread Paul LeoNerd Evans
On Thu, Jul 21, 2005 at 11:25:43AM -0400, Jim C. Brown wrote: > > But there's a problem. Currently my only test image is a Windows 98SE > > install - not best known for being able to properly debug - I shall have > > to test with a decent Knoppix or something like that... But I find that > > if I s

Re: [Qemu-devel] Network code on AMD64

2005-07-21 Thread Julian Seward
> > Qemu itself segfaults. Normally I'd fire up gdb at this stage and have a > > good look around, Why don't you fire up Valgrind and have a good look around? It can find all manner of bad stuff that GDB doesn't find, like out-of- bounds memory accesses and use of uninitialised values that are

Re: [Qemu-devel] Network code on AMD64

2005-07-21 Thread Jim C. Brown
On Thu, Jul 21, 2005 at 12:32:32PM +0100, Paul LeoNerd Evans wrote: > Apologies if this issue has already been solved, by the way; I've only > just joined the mailing list... > No, this problem has come up a couple times but until now no one has actually tried to fix them. Good job. > But there

[Qemu-devel] Network code on AMD64

2005-07-21 Thread Paul LeoNerd Evans
Apologies if this issue has already been solved, by the way; I've only just joined the mailing list... I've been running 0.7.0 on an AMD64, and noticed that DHCP doesn't work. I further observe that a build of the same source, running the same image, works fine on an i386. Being familiar with fixi