From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: unable to handle kernel paging request at virtual address Date: Mon, 03 Mar 2008 19:15:06 +0100 Message-ID: References: <47CC1350.3000200@theshore.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: (Keir Fraser's message of "Mon\, 03 Mar 2008 15\:16\:37 +0000") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen devel List-Id: xen-devel@lists.xenproject.org Keir Fraser writes: > > Well, it may just be a fairly generic place to crash if things have become > corrupted. It is. dcache tends to use significant parts of memory and when you have memory corruption in that you tend to crash in one of the dcache walkers of which prune_dcache is a example. The usual approaches is to enable slab debugging etc. -Andi