Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 855] New: Continual save/restore cycle will crash hyperv

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 855] New: Continual save/restore cycle will crash hypervisor
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 9 Jan 2007 09:56:54 -0800
Delivery-date: Tue, 09 Jan 2007 09:57:28 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=855

           Summary: Continual save/restore cycle will crash hypervisor
           Product: Xen
           Version: unstable
          Platform: IA64
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: eric.schwartz@xxxxxx
                CC: ahs3@xxxxxxxxx


I wrote a small script to continually save and restore a PV domU under
xen/unstable on ia64:

for i in $(seq 1 30); do
  echo -n "Saving (#$i)... "
  xm save rhel5rcs2pv /var/local/rhel5rcs2pv-booted
  echo "done."
  echo -n "Restoring... "
  xm restore /var/local/rhel5rcs2pv-booted
  echo "done."
done

Generally somewhere around the 23rd or 26th iterations, the hypervisor will
crash with a message like this:

(XEN)(file=/home/agriffis/rhel5b2rc/rhel5-kernel-rpm/BUILD/kernel-2.6.18/xen/include/asm/mm.h,
line=180) Error pfn 11f568: rd=f000000007b70080, od=f000000004e6c080,
caf=00b1c08080000004, taf=fffffffff0000001
(XEN) $$$$$ PANIC in domain 0 (k6=0xf000000007b48000): copy_to_guest to foreign
domain

This is reproducible, but may take longer on some machines than others.  When
reproducing, you may wish to replace the index iteration with a simple

while /bin/true; do
....
done

as it might take more or less iterations on any given machine.  I have been
able to reproduce this on every machine I've tried it on, however-- it just
takes longer on some.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>