From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: xen.git branch reorg / crash with 2.6.30-rc3 pv_ops dom0 Date: Tue, 28 Apr 2009 10:30:00 -0700 Message-ID: <49F73D18.60300@goop.org> References: <49F0A797.1050402@goop.org> <20090423182451.GV24960@edu.joroinen.fi> <49F0B42E.2040904@goop.org> <20090425115404.GZ24960@edu.joroinen.fi> <49F6086D.1020602@goop.org> <20090427193835.GF24960@edu.joroinen.fi> <1240931113.22119.11.camel@zakaz.uk.xensource.com> <49F72DF7.8020904@goop.org> <1240939020.22119.15.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1240939020.22119.15.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org Ian Campbell wrote: >> Interesting. Curiously its working for me on my machine, but has a >> tendency to crash a bit later with a protection fault on an RO page >> during memory allocation. I wonder if its related... >> > > Certainly smells similar. > Yeah. The fault in both cases has an error-code of 3, so a write protect fault. It suggests a pinned page is getting freed into the general heap for some reason. Except there are no complaints from Xen about writes into a pagetable, so that makes it look like page is being made RO but not (left) pinned. J