qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Network code on AMD64


From: Julian Seward
Subject: Re: [Qemu-devel] Network code on AMD64
Date: Thu, 21 Jul 2005 17:18:13 +0100
User-agent: KMail/1.8.1

> > 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 often
the root causes of segfaults.  At least, that's what lots of Valgrind 
users tell us :-)  Recent Valgrinds should be able to run QEMU-softmmu
variants.

J




reply via email to

[Prev in Thread] Current Thread [Next in Thread]