From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Hahn Subject: Re: xenstored crashes with SIGSEGV Date: Fri, 19 Dec 2014 13:36:52 +0100 Message-ID: <54941BE4.5000208@univention.de> References: <546461A2.2070908@univention.de> <1415869951.31613.26.camel@citrix.com> <548B1472.5080302@univention.de> <1418401932.16425.34.camel@citrix.com> <548B1BA8.3090504@univention.de> <1418403387.16425.38.camel@citrix.com> <548B23FA.6070108@univention.de> <1418407116.16425.53.camel@citrix.com> <1418649458.16425.108.camel@citrix.com> <548EEDF5.20808@univention.de> <1418655014.16425.138.camel@citrix.com> <1418665524.16425.171.camel@citrix.com> <548F60BF.4020901@univention.de> <1418726712.16425.213.camel@citrix.com> <1418727970.16425.217.camel@citrix.com> <1418732635.16425.221.camel@citrix.com> <1418897867.11882.11.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1418897867.11882.11.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Frediano Ziglio Cc: George Dunlap , Ian Jackson , David Vrabel , Jan Beulich , Xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hello Ian, On 18.12.2014 11:17, Ian Campbell wrote: > On Tue, 2014-12-16 at 16:13 +0000, Frediano Ziglio wrote: >> Do we have a bug in Xen that affect SSE instructions (possibly already >> fixed after Philipp version) ? > > I've had a niggling feeling of Deja Vu over this which I'd been putting > down to an old Xen on ARM bug in the area of FPU register switching. > > But it seems at some point (possibly even still) there was a similar > issue with pvops kernels on x86, see: > http://bugs.xenproject.org/xen/bug/40 That definitely looks interesting. > Philipp, what kernel are you guys using? The crash "2014-12-06 01:26:21 xenstored[4337]" happened on linux-3.10.46. That kernel is missing v3.10.50-13-gd1cc001: > commit d1cc001905146d58c17ac8452eb96f226767819d > Author: Silesh C V > Date: Wed Jul 23 13:59:59 2014 -0700 > > coredump: fix the setting of PF_DUMPCORE > commit aed8adb7688d5744cb484226820163af31d2499a upstream. which explains why the xmm* registers are not included in the core file. > I also can't quite shake the feeling that there was another much older > issue relating to FPU context switch on x86, but I think that was truly > ancient history (2.6.18 era stuff) Some of those host might still use 3.2, most use 3.10.x, but definitely no 2.6 kernels. Xen-Hypervisor is 4.1.3 If you need anything more, just ask. It might take me some time to answer as I'm on vacation for the next 2 weeks. Thanks again for your help. Philipp