Hi,
I'm using libvirt(1.0.0) with python, for managing virtual machines..
but while taking multiple snapshot domain is crashing...

Snapshot XML
-------------------------
<domainsnapshot>
  <name>snp1</name>
  <creationTime></creationTime>
  <description>Description</description>
  <state></state>
  <domain>
     <uuid></uuid>
  </domain>
  <parent>
    <name></name>
  </parent> 
</domainsnapshot> 
----------------


API Call
--------------
snp1=domain1.snapshotCreateXML(snp_xml,0)
here I'm passing flag value as zero..

Its created first snapshot without any error, but when I tried for second snapshot
1) Domain switched its state to pause and its not coming back


I installed ubuntu12.04 OS in the domian.

Rgds
-Sijo