All of lore.kernel.org
 help / color / mirror / Atom feed
From: Atom2 <ariel.atom2@web2web.at>
To: Andrew Cooper <andrew.cooper3@citrix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Doug Goldstein <cardoe@cardoe.com>, xen-devel@lists.xen.org
Subject: Re: HVM domains crash after upgrade from XEN 4.5.1 to 4.5.2
Date: Tue, 24 Nov 2015 12:53:16 +0100	[thread overview]
Message-ID: <56544FAC.20605@web2web.at> (raw)
In-Reply-To: <564E60DD.6000507@citrix.com>

[-- Attachment #1: Type: text/plain, Size: 2445 bytes --]

Am 20.11.15 um 00:53 schrieb Andrew Cooper:
> On 19/11/2015 20:02, Atom2 wrote:
>> Am 19.11.15 um 02:06 schrieb Andrew Cooper:
>>> Thanks! That is what I was looking for.
>>>
>>> Sadly, it is less useful than I was hoping.  The guest is not appearing
>>> to do anything interesting which causes the bad state; it is almost a
>>> full second between the previous action of note, and the crash.
>>>
>>> Can you email me the bad HVMLoader binary please?
>> Hi Andrew,
>> Sure I can email the binary. What version of the HVMLoader do you want
>> me to send to you? Should this be one with the debug option and debug
>> symbols or a standard build without any of those? I assume we are
>> talking about amd64 - right?
> hvmloader is always a 32bit binary, no matter what your host environment
> is.  I would like any of the ones which reliably crash for  you,
> preferably debug if that is available.
Hi Andrew,
appologies for my delay in responding. I have just mailed you the 
crashing hvmloader off-list using my main mail address. It is the debug 
version from xen-4.5.2 together with symbols (as splitdebug) using the 
non-working seabios-1.8.2 - all packed up in a compressed tar file using 
relative names and maintaining the directory structure required for 
splitdebug to work.

If you would also like me to send you the failing seabios binary 
separately, just let me know. My understanding, however, is that seabios 
is anyways emebedded in the hvmloader binary.
>> Given the recent findings do you still want me to boot with minimal
>> command line options to rule out an interaction with the options as
>> suggested in an earlier answer?
> No - this is unnecessary now.
>
>> I can certainly do this, but would need to reconfigure certain things
>> as both my HVM domUs require PCI passthrough devices (which you have
>> stripped off the suggested minimal command line) to be available.
>> Failing to see those devices puts those domUs into an unconfigured
>> state and they re-start their initial setup process.
> Don't worry - Jan figured this out from the disassembly, which I
> admittedly missed.
>
> It would be nice to see your vm's .cfg file to help me reproduce the issue.
Attached please find the config file for one of the HVM virtual machines 
that crashes with the hmvloader binary sent to you by mail. The vm, btw, 
is running the pfsense firewall using FreeBSD. Any more information 
required - just ask.

Many thanks Atom2

[-- Attachment #2: pfsense.cfg --]
[-- Type: text/plain, Size: 549 bytes --]

builder			= 'hvm'
cpus			= '2-7'
vcpus			= 2
cpu_weight		= 512
memory			= 640
name			= 'pfsense'

disk			= [ 'vdev=xvda,format=raw,access=rw,target=/etc/xen/guests/disk.d/pfsense.disk' ]

vif			= [ 'mac=00:16:3e:a1:64:01,bridge=xenbr0,type=vif,vifname=pfsense.0,script=vif-bridge.noTXoffload' ]

on_poweroff		= 'destroy'
on_reboot		= 'restart'
on_crash		= 'destroy'
localtime		= 0

boot			= 'c'

vnc			= 1
vnclisten		= '127.0.0.1'
vncpasswd		= ''
keymap			= 'de'
nographic		= 1
serial			= 'pty'
nx			= 1

pci			= [ '04:00.0', '0a:08.0', '0a:0b.0' ]

[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2015-11-24 11:53 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12  1:08 HVM domains crash after upgrade from XEN 4.5.1 to 4.5.2 Atom2
2015-11-12 12:52 ` Jan Beulich
2015-11-12 13:01   ` Andrew Cooper
2015-11-12 14:29     ` Atom2
2015-11-12 15:32       ` Jan Beulich
2015-11-12 16:43       ` Andrew Cooper
2015-11-12 23:00         ` Atom2
2015-11-13  7:25           ` Jan Beulich
2015-11-13 10:09             ` Andrew Cooper
2015-11-14  0:16               ` Atom2
2015-11-14 20:32                 ` Andrew Cooper
2015-11-15  0:14                   ` Atom2
2015-11-15 15:12                     ` Andrew Cooper
2015-11-16  0:39                       ` Atom2
2015-11-16 10:02                         ` Andrew Cooper
2015-11-15 20:12                     ` Doug Goldstein
2015-11-16  1:05                       ` Atom2
2015-11-16 15:31                         ` Konrad Rzeszutek Wilk
2015-11-16 19:16                           ` Atom2
2015-11-16 19:25                             ` Konrad Rzeszutek Wilk
2015-11-16 19:39                               ` Doug Goldstein
2015-11-16 19:47                                 ` Konrad Rzeszutek Wilk
2015-11-16 19:45                               ` Atom2
2015-11-16 23:01                             ` Andrew Cooper
2015-11-16 23:10                               ` Atom2
2015-11-18 22:51                                 ` Atom2
2015-11-18 23:17                                   ` Andrew Cooper
2015-11-19  0:31                                     ` Atom2
2015-11-19  1:06                                       ` Andrew Cooper
2015-11-19 20:02                                         ` Atom2
2015-11-19 23:53                                           ` Andrew Cooper
2015-11-24 11:53                                             ` Atom2 [this message]
2015-11-19 10:24                                     ` Jan Beulich
2015-11-19 10:38                                       ` Andrew Cooper
2015-11-19 19:51                                         ` Atom2
2015-11-20  7:57                                           ` Jan Beulich
2015-11-24 10:32                                             ` Atom2
2015-11-24 10:43                                               ` Jan Beulich
2015-11-27 22:51                                                 ` Atom2
2015-11-30  9:04                                                   ` Jan Beulich
2015-11-16 19:47                         ` Doug Goldstein
2015-11-16 20:14                           ` Atom2
2015-11-12 14:12   ` Atom2

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=56544FAC.20605@web2web.at \
    --to=ariel.atom2@web2web.at \
    --cc=andrew.cooper3@citrix.com \
    --cc=cardoe@cardoe.com \
    --cc=konrad.wilk@oracle.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.