WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 946] New: Failed xm dump-core of HVM domain

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 946] New: Failed xm dump-core of HVM domain
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 3 Apr 2007 01:53:51 -0700
Delivery-date: Tue, 03 Apr 2007 01:54:47 -0700
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=946

           Summary: Failed xm dump-core of HVM domain
           Product: Xen
           Version: unstable
          Platform: IA64
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HVM
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: takebe_akio@xxxxxxxxxxxxxx


Hi, 

I could not get xm dump-core with the latest unstable(#14679).
Have anyone hit the same issue?

The below is the xend.log.

[2007-04-03 16:20:02 4783] INFO (XendDomain:1152) Domain core dump requested
for domain vti (1) live=0 crash=0.
[2007-04-03 16:20:02 4783] ERROR (XendDomainInfo:1277) XendDomainInfo.dumpCore
failed: id = 1 name = vti
Traceback (most recent call last):
  File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1272, in dumpCore
    xc.domain_dumpcore(self.domid, corefile)
Error: (1, 'Internal error', 'No VCPU context could be grabbed (2 = No such
file or directory)')
[2007-04-03 16:20:02 4783] INFO (XendDomain:1105) Domain vti (1) unpaused.


This message is occured at the following code.
We cannot get xc_core_arch_context_get()?

 365     for ( i = 0; i <= info.max_vcpu_id; i++ )
 366     {
 367         if ( xc_vcpu_getcontext(xc_handle, domid, i, &ctxt[nr_vcpus]) == 0
)
 368         {
 369             if ( xc_core_arch_context_get(&arch_ctxt, &ctxt[nr_vcpus],
 370                                           xc_handle, domid) )
 371                 continue;
 372             nr_vcpus++;
 373         }
 374     }
 375     if ( nr_vcpus == 0 )
 376     {
 377         PERROR("No VCPU context could be grabbed");
 378         goto out;
 379     }

Best Regards,

Akio Takebe


-- 
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>