Hi, I'm running Gentoo x86_64 with kernel 2.6.32 and Qemu/KVM 0.12.1.2. Ran fine for about 10 days until today the qemu-system_x86_64 process crashed with a segfault (: Jan 19 06:24:42 scotty kernel: [977458.908149] qemu-system-x86[8920]: segfault at 7f04daab8530 ip 000000000047a614 sp 00007ffff65b1150 error 4 in qemu-system-x86_64[400000+213000] Now the image seems to be corrupt. I can't start the image anymore. It takes a few second and I get the next segfault. Other images running fine with the same parameters. The startup parameters are: /usr/bin/qemu-system-x86_64 --enable-kvm -m 512 -smp 2 -cpu host -daemonize -k de -vnc 127.0.0.1:1 - monitor telnet:10.0.0.8:4444,server,nowait -localtime -pidfile /tmp/kvm-nweb.pid -drive file=/opt/kvm/images/nweb.img,if=virtio,cache=none,boot=on -net nic,vlan=0,model=virtio,macaddr=98:84:44:78:12:aa -net tap,vlan=0,ifname=tap.b.nweb,script=no When I try to convert the image to another format with qemu-img convert -f qcow2 -O raw source.img dest.img I also get segfault's: [1033227.955659] qemu-img[9990]: segfault at 7fd55eb48000 ip 000000000041a2d2 sp 00007fffc1a34fe0 error 7 in qemu-img[400000+32000] [1033236.379335] qemu-img[9991]: segfault at 7fd06332b000 ip 000000000041a2d2 sp 00007fff38eb5a90 error 7 in qemu-img[400000+32000] Is there any chance to get (some) data in the image back? Backup is a few weeks old :-( Thanks! Robert -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html