graphic: 0.900 performance: 0.896 semantic: 0.580 device: 0.576 network: 0.528 vnc: 0.490 socket: 0.438 boot: 0.417 PID: 0.408 files: 0.381 KVM: 0.291 permissions: 0.278 debug: 0.247 other: 0.099 qemu-io: the 'map' command hangs on the fuzzed image Sequence: 1. Unpack the attached archive, make a copy of test.img 2. Put copy.img and backing_img.vdi in the same directory 3. Execute qemu-io copy.img -c map Result: qemu-io processes part of the image and then hangs loading 100% of CPU time. qemu.git HEAD 2d591ce2aeebf Hi, well, the issue for this specific image is fixed because it is detected to be corrupt before the mapping can reach the point in question (unaligned L2 table entry). However, commit 4b25bbc4c22cf39350b75bd250d568a4d975f7c5 should have fixed the problem this bug report is really about. Thus, should be fixed. Thanks for reporting, Max