All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Olsowski <andreas.olsowski@leuphana.de>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Cc: Ian.Jackson@eu.citrix.com,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: XL: pv guests dont reboot after migration (xen-4.1.2-rc3) libc-2.11.2 segfault
Date: Sat, 15 Oct 2011 03:01:01 +0200	[thread overview]
Message-ID: <4E98DB4D.6060900@leuphana.de> (raw)
In-Reply-To: <20098.2654.689536.265060@mariner.uk.xensource.com>


[-- Attachment #1.1: Type: text/plain, Size: 2657 bytes --]

Hi all.

If you recall i created a similar discussion last month and working 
patches were replied and tested.


Now i finally got around to updating my systems to the latest testing 
release and it would seem something else is preventing a clean reboot now.

pv guests dont reboot after migration,
just when xl should reboot the machine syslog shows:


Oct 15 02:46:32 netcatarina kernel: xl[14986]: segfault at 7f0ec70a3008 
ip 00007f0ec7d517f9 sp 00007fff366cf100 error 4 in 
libc-2.11.2.so[7f0ec7cdb000+158000]



I am running debian squueze and havent made any changes to it since
4.1.2-rc2-pre with the patches from my previous thread worked fine.


root@netcatarina:~# locate libc-2.
/lib/libc-2.11.2.so
/lib32/libc-2.11.2.so
root@netcatarina:~# dpkg -l |grep libc6
ii  libc6                               2.11.2-10 
Embedded GNU C Library: Shared libraries
ii  libc6-dev                           2.11.2-10 
Embedded GNU C Library: Development Libraries and Header Files
ii  libc6-i386                          2.11.2-10 
Embedded GNU C Library: 32-bit shared libraries for AMD64
root@netcatarina:~# ldd /usr/sbin/xl
	linux-vdso.so.1 =>  (0x00007fffa33c9000)
	libxlutil.so.1.0 => /usr/lib/libxlutil.so.1.0 (0x00007f6815a23000)
	libxenlight.so.1.0 => /usr/lib/libxenlight.so.1.0 (0x00007f68157fb000)
	libxenctrl.so.4.0 => /usr/lib/libxenctrl.so.4.0 (0x00007f68155d8000)
	libdl.so.2 => /lib/libdl.so.2 (0x00007f68153d4000)
	libxenguest.so.4.0 => /usr/lib/libxenguest.so.4.0 (0x00007f68151af000)
	libxenstore.so.3.0 => /usr/lib/libxenstore.so.3.0 (0x00007f6814fa5000)
	libblktapctl.so.1.0 => /usr/lib/libblktapctl.so.1.0 (0x00007f6814d9e000)
	libutil.so.1 => /lib/libutil.so.1 (0x00007f6814b9b000)
	libuuid.so.1 => /lib/libuuid.so.1 (0x00007f6814996000)
	libc.so.6 => /lib/libc.so.6 (0x00007f6814635000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f6814419000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f6815c32000)
	libz.so.1 => /usr/lib/libz.so.1 (0x00007f6814201000)

root@netcatarina:~# ls -la /lib/libc.so.6
lrwxrwxrwx 1 root root 14 May 23 13:04 /lib/libc.so.6 -> libc-2.11.2.so

So its not the fact that i do have a additional 32bit version installed 
(this is a 64bit system).



This patch is the main reason i even bothered to update the servers so 
it would be nice if you could post a patch to this problem as well.

It happens more frequently than i would like that people reboot their 
servers.
And since i migrate them to a different server when i do maintenance 
this problem pretty much affects all of my 60 virtual machines.



With best regards


---
Andreas


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 6595 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

  reply	other threads:[~2011-10-15  1:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-20  9:41 XL: pv guests dont reboot after migration (xen4.1.2-rc2-pre) Andreas Olsowski
2011-09-20 19:23 ` Ian Campbell
2011-09-23  7:40   ` Andreas Olsowski
2011-09-23  8:00     ` Ian Campbell
2011-09-23  9:15       ` Andreas Olsowski
2011-09-27 17:39         ` XL: pv guests dont reboot after migration (xen4.1.2-rc2-pre) [and 1 more messages] Ian Jackson
2011-10-15  1:01           ` Andreas Olsowski [this message]
2011-10-15  5:45             ` XL: pv guests dont reboot after migration (xen-4.1.2-rc3) libc-2.11.2 segfault Ian Campbell
2011-10-15 10:47               ` Andreas Olsowski
2011-10-15 13:07                 ` Ian Campbell

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=4E98DB4D.6060900@leuphana.de \
    --to=andreas.olsowski@leuphana.de \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=konrad.wilk@oracle.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 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.