From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Xen BUG at page_alloc.c:1738 (Xen 4.5) Date: Fri, 29 May 2015 11:57:49 +0100 Message-ID: <5568462D.9040802@citrix.com> References: <69067923-F217-459E-8CF0-CCF046919AB3@wolfnet.org> <55683AD4.8090706@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: M A Young Cc: xen-devel@lists.xen.org, Jason Fritcher List-Id: xen-devel@lists.xenproject.org On 29/05/15 11:50, M A Young wrote: > On Fri, 29 May 2015, Andrew Cooper wrote: > >> Are you in a position to compile identical Xen 4.5 source with two different >> versions of gcc? (current staging-4.5 staging even has the gcc5 build fix >> in) >> >> If it is a gcc compiler bug, we would expect the version compiled with gcc >> 4.9 to work fine, but the one compiled with 5 to fail in the identified >> manor. > I did a bit of testing - xen-4.5.1-rc1 built on Fedora 22 (gcc5) doesn't > boot for me, but if I replace xen.gz with one from the same code built on > Fedora 21 (gcc4) then it does boot. There are rpms and build logs > available via > http://copr.fedoraproject.org/coprs/myoung/xentest/build/93366/ > if anyone else wants to do some testing. > > Michael Young Do you have easy access to xen-syms from each build? ~Andrew