Nigel Horne wrote: > Folks, > > Thanks for qemu. I thought you may like to know that from a Linux x86 host > I have 3 linux guests: sparc, arm and mips. The first 2 work a treat, the > mips keeps core dumping in libc6 when called from Perl, I don't know if > the problem lies in libc6, perl or qemu.
I assume you are using full system emulation for mips. I currently see some instability when running specific perl scripts which is apparently triggered by the FPU emulator in the Linux/MIPS kernel. As a workaround, use -cpu 24Kf. Thiemo