From: Michal Novotny <minovotn@redhat.com>
To: xen-devel@lists.xensource.com, Keir Fraser <keir.fraser@eu.citrix.com>
Subject: Re: Re: Xen-unstable save error
Date: Mon, 21 Jun 2010 14:38:40 +0200 [thread overview]
Message-ID: <4C1F5D50.5000505@redhat.com> (raw)
In-Reply-To: <C845140D.180CD%keir.fraser@eu.citrix.com>
On 06/21/2010 02:05 PM, Keir Fraser wrote:
> On 21/06/2010 12:15, "Michal Novotny"<minovotn@redhat.com> wrote:
>
>
>> Hi,
>> I'm trying to run Xen-unstable but I have a problem for save
>> functionality, apparently some symbol is missing there:
>>
> I don't think it's a msising symbol. Looks like popen threw an error.
> Perhaps xc_save binary couldn't be found, or something like that?
>
> -- Keir
>
>
Well, Keir, it does exist:
# ls -al /usr/lib64/xen/bin/xc_save
-rwxr-xr-x 1 root root 25245 Jun 18 21:37 /usr/lib64/xen/bin/xc_save
# /usr/lib64/xen/bin/xc_save
xc_save: usage: /usr/lib64/xen/bin/xc_save iofd domid maxit maxf flags
Also, when I try to run it manually with the domain running and testing
the save it returns:
# /usr/lib64/xen/bin/xc_save 56 1 0 0 4
/usr/lib64/xen/bin/xc_save: symbol lookup error: undefined symbol: xs_suspend_evtchn_port
When I try it to domain that is not running (or the iofd is not opened
yet) it returns segmentation fault:
# /usr/lib64/xen/bin/xc_save 56 1 0 0 4
Segmentation fault
# gdb -arg /usr/lib64/xen/bin/xc_save 56 1 0 0 4
GNU gdb Fedora (6.8-27.el5)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu"...
(gdb) run
Starting program: /usr/lib64/xen/bin/xc_save 56 1 0 0 4
[Thread debugging using libthread_db enabled]
[New Thread 0x7feb772b46e0 (LWP 6411)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00000000004014f5 in main (argc=<value optimized out>,
argv=0x7fff6a1f9868) at xc_save.c:192
(gdb) disassemble
No function contains program counter for selected frame.
(gdb)
line 192 of xc_save is closing the xc_interface by
"xc_interface_close(xc_fd);".
Any ideas?
Michal
>> [2010-06-21 13:02:14 4333] DEBUG (XendCheckpoint:124) [xc_save]:
>> /usr/lib64/xen/bin/xc_save 56 1 0 0 4
>> [2010-06-21 13:02:14 4333] INFO (XendCheckpoint:408)
>> /usr/lib64/xen/bin/xc_save: symbol lookup error:
>> /usr/lib64/xen/bin/xc_save: undefined symbol: xs_suspend_evtchn_port
>> [2010-06-21 13:02:14 4333] ERROR (XendCheckpoint:178) Save failed on
>> domain rhel5-32fv-stubdom (1) - resuming.
>> Traceback (most recent call last):
>> File "usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py",
>> line 146, in save
>> forkHelper(cmd, fd, saveInputHandler, False)
>> File "usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py",
>> line 394, in forkHelper
>> raise XendError("%s failed: popen failed" % string.join(cmd))
>> XendError: /usr/lib64/xen/bin/xc_save 56 1 0 0 4 failed: popen failed
>> [2010-06-21 13:02:14 4333] DEBUG (XendDomainInfo:3131)
>> XendDomainInfo.resumeDomain(1)
>>
>> Any ideas?
>>
>> Michal
>>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
--
Michal Novotny<minovotn@redhat.com>, RHCE
Virtualization Team (xen userspace), Red Hat
next prev parent reply other threads:[~2010-06-21 12:38 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-21 11:15 Xen-unstable save error Michal Novotny
2010-06-21 12:05 ` Keir Fraser
2010-06-21 12:38 ` Michal Novotny [this message]
2010-06-21 12:44 ` Keir Fraser
2010-06-21 12:47 ` Michal Novotny
2010-06-21 12:56 ` Keir Fraser
2010-06-21 13:10 ` Michal Novotny
2010-06-21 13:11 ` Keir Fraser
2010-06-21 12:57 ` Michal Novotny
2010-06-21 13:08 ` Keir Fraser
2010-06-21 13:18 ` Michal Novotny
2010-06-21 13:24 ` Keir Fraser
2010-06-21 13:37 ` Michal Novotny
2010-06-21 13:45 ` Keir Fraser
2010-06-21 14:02 ` Michal Novotny
2010-06-21 14:06 ` Keir Fraser
2010-06-21 14:09 ` Michal Novotny
2010-06-21 14:50 ` Michal Novotny
2010-06-21 17:57 ` Keir Fraser
2010-06-22 5:38 ` Michal Novotny
2010-06-22 5:58 ` Keir Fraser
2010-06-22 6:23 ` Michal Novotny
2010-06-22 6:48 ` Jan Beulich
2010-06-22 6:51 ` Keir Fraser
2010-06-22 7:12 ` Jan Beulich
2010-06-22 7:36 ` Keir Fraser
2010-06-22 7:38 ` Michal Novotny
2010-06-22 10:01 ` Keir Fraser
2010-06-22 10:05 ` Michal Novotny
2010-06-22 10:23 ` Keir Fraser
2010-06-22 10:53 ` Michal Novotny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C1F5D50.5000505@redhat.com \
--to=minovotn@redhat.com \
--cc=keir.fraser@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).