From mboxrd@z Thu Jan 1 00:00:00 1970 From: David F Barrera Subject: Re: Invalid state record -- pfn count out of range: 268435456 Date: Thu, 22 Sep 2005 10:02:50 -0500 Message-ID: <4332C79A.6010708@us.ibm.com> References: <4332C5F6.7070609@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4332C5F6.7070609@us.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List List-Id: xen-devel@lists.xenproject.org I am also seeing the problem on an x86_32 FC4 box. David F Barrera wrote: > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=249 > > Attempting to save an active guest domain fails, with 'Invalid state > record -- > pfn count out of range: 268435456' error. > > Changeset: 6997 > > Machine: IBM HS20 Blade, x86_64 (EMT64), SLES 9 SP2 distro. > > [root@bl2-10 ~]# xm list > Name Id Mem(MB) CPU VCPU(s) State Time(s) > Domain-0 0 245 0 1 r---- 418.5 > vm1 1 511 3 1 r---- 411.3 > > [root@bl2-10 ~]# xm save 1 /tmp/vm1-saved > Traceback (most recent call last): > File "/usr/sbin/xm", line 10, in ? > main.main(sys.argv) > File > "/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line > 729, in main > handle_xend_error(argv[1], args[0], ex) > File > "/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line > 163, in handle_xend_error > raise ex > xen.xend.XendProtocol.XendError: xc_save failed: Invalid state record > -- pfn > count out of range: 268435456 >