From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id CC638DE333 for ; Fri, 1 Feb 2008 06:16:04 +1100 (EST) Message-Id: <504DF4A9-6ED5-4208-84B4-FECC3FC90C0D@kernel.crashing.org> From: Kumar Gala To: Rune Torgersen In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: Kernel oops while duming user core. Date: Thu, 31 Jan 2008 13:15:42 -0600 References: <20080131161527.GT14201@localdomain> Cc: linuxppc-dev@ozlabs.org, Nathan Lynch List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jan 31, 2008, at 10:26 AM, Rune Torgersen wrote: > Nathan Lynch wrote: >> Hmm, this is the second report of 2.6.24 crashing in >> __flush_dcache_icache during a core dump; see: >> http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048662.html >> >> Is this easily recreatable? > > Yes. I have a binary that will do this every time it is started (on > this > particular system), > only takes about 10 seconds before it dumps. > > I was going to test HEAD of powerpc.git to see if it is still there. > I cannot test any earlier versions as our board port was done on > 2.6.24. > > Our older kernel port is 2.6.18 on arch/ppc, and it works just fine. > > > One potential clue: >> Unable to handle kernel paging request for data at address 0x48024000 > > this adddress is beyond our physical memory. We have 1GB of mem > (CONFIG_HIGH_MEM enabled) so 0x3fff_ffff is the last valid address. > 0x4000_0000 to 0x7fff_ffff are unused, 0x8000_0000 to 0x9fff_ffff is > used by PCI. Can you git-bisect to narrow this down further. - k