<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hello,</p>
<p><br>
</p>
<p>I've correctly installed PANDA on ubuntu 14.04 and I've created e qcow2 image for windows xp sp3 with the following commands:</p>
<p><br>
</p>
<p><span>qemu-img create -f qcow2 winxp.img 20G</span><br>
</p>
<p><span>x86_64-softmmu/qemu-system-<span>x86_64</span> -m 256 -hda winxp.img -cdrom Scaricati/windows_xp_sp3.iso -boot d</span><br>
</p>
<p><br>
</p>
<p>After that I start the system with:</p>
<p><br>
</p>
<p><span>x86_64-softmmu/qemu-system-<span>x86_64</span> -m 256 -hda winxp.img</span> -monitor stdio</p>
<p><br>
</p>
<p>In the QEMU monitor I can start and end recording with:</p>
<p>begin_record test</p>
<p>end_record</p>
<p><br>
</p>
<p>Now the problem: when I close QEMU and I wants to have the replay I use the following command:</p>
<p><br>
</p>
<p><span>x86_64-softmmu/qemu-system-<span>x86_64</span> -m 256 -hda winxp.img</span> -replay test</p>
<p><br>
</p>
<p>But I get a segmentation fault. The output is:</p>
<p><br>
</p>
<p></p>
<div>loading snapshot<br>
... done.<br>
opening nondet log for read :&nbsp;&nbsp; &nbsp;./start_test_record-rr-nondet.log<br>
RR rr_assertion `current_item' failed at /home/elmanto/panda_installation/panda/panda/scripts/panda/panda/src/rr/rr_log.c:813<br>
Current log point:<br>
{guest_instr_count=6148}<br>
Next log entry type: RR_INPUT_4<br>
Current replay point:<br>
{guest_instr_count=6144}<br>
Annullato (core dump creato)</div>
<p></p>
<p><br>
</p>
<p>Consider that I've cloned the PANDA repository yesterday so I assume that there aren't obsolete files. Do you have ideas??</p>
<p>Thank you,</p>
<p>Alessandro<br>
</p>
<p><br>
</p>
</div>
</body>
</html>