> > 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


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to