From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Marcus Granado <Marcus.Granado@eu.citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [PATCH] tools/xenconsoled: Initialise pointers before trying to use them
Date: Thu, 7 Mar 2013 17:46:52 +0000 [thread overview]
Message-ID: <5138D28C.7020303@citrix.com> (raw)
In-Reply-To: <1362676506.29093.61.camel@zion.uk.xensource.com>
On 07/03/13 17:15, Wei Liu wrote:
> On Thu, 2013-03-07 at 16:22 +0000, Andrew Cooper wrote:
>> On 07/03/13 16:20, Wei Liu wrote:
>>> On Thu, 2013-03-07 at 15:13 +0000, Andrew Cooper wrote:
>>>> This is a regression introduced by
>>>>
>>>> "Switch from select() to poll() in xenconsoled's IO loop."
>>>> hg c/s 26405:7359c3122c5d
>>>> git cc5434c933153c4b8812d1df901f8915c22830a8
>>>>
>>>> which results in reliable segfaults during VM power operations.
>>>>
>>>> Signed-off-by: Marcus Granado <marcus.granado@citrix.com>
>>>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
>>>>
>>> Good catch. Thanks.
>>>
>>>
>>> Wei.
>>>
>> Sadly, after fixing these segfaults, the code as currently is will cause
>> xenconsoled to exit gracefully as soon as you try and boot the 128th
>> domain. We are currently investigating the issue.
>>
> Odd. So you were implying if you didn't fix this bug, you succeeded in
> booting up >128 guests?
>
> All the exit paths have "dolog" which outputs to stderr, so maybe run
> xenconsoled in foreground can help.
>
>
> Wei.
After fixing the segfault bugs, xenconsoled intermittently fails and
exits with:
Mar 7 16:45:49 localhost /usr/sbin/xenconsoled: Failure in poll
xs_handle: 3 (No such process)
The test case is attempting to sequentially boot 1000 PV VMs on the same
host.
So far, the common theme of failures appear to be at multiples of 128
VMs. This is usually at the 128th VM, but also seen at the 384th VM.
~Andrew
next prev parent reply other threads:[~2013-03-07 17:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-07 15:13 [PATCH] tools/xenconsoled: Initialise pointers before trying to use them Andrew Cooper
2013-03-07 15:28 ` Olaf Hering
2013-03-07 15:57 ` Andrew Cooper
2013-03-07 16:20 ` Wei Liu
2013-03-07 16:22 ` Andrew Cooper
2013-03-07 17:15 ` Wei Liu
2013-03-07 17:46 ` Andrew Cooper [this message]
2013-03-07 18:07 ` Ian Jackson
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=5138D28C.7020303@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Marcus.Granado@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.