Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263338AbTFXUzm (ORCPT ); Tue, 24 Jun 2003 16:55:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263354AbTFXUzm (ORCPT ); Tue, 24 Jun 2003 16:55:42 -0400 Received: from 216-42-72-144.ppp.netsville.net ([216.42.72.144]:34692 "EHLO tiny.suse.com") by vger.kernel.org with ESMTP id S263338AbTFXUzl (ORCPT ); Tue, 24 Jun 2003 16:55:41 -0400 Subject: Re: 2.4.21 reiserfs oops From: Chris Mason To: Nix Cc: Oleg Drokin , Linux Kernel Development , reiserfs-list@namesys.com In-Reply-To: <8765mvxlhs.fsf@amaterasu.srvr.nix> References: <87he6iyzyj.fsf@amaterasu.srvr.nix> <20030623095356.GA12936@namesys.com> <87k7bcxww4.fsf@amaterasu.srvr.nix> <20030624053129.GA24025@namesys.com> <8765mvxlhs.fsf@amaterasu.srvr.nix> Content-Type: text/plain Organization: Message-Id: <1056488965.10097.60.camel@tiny.suse.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 24 Jun 2003 17:09:26 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 32 On Tue, 2003-06-24 at 16:34, Nix wrote: > On Tue, 24 Jun 2003, Oleg Drokin moaned: > > Hello! > > > > On Mon, Jun 23, 2003 at 11:16:27PM +0100, Nix wrote: > > > >> >> Jun 22 13:52:42 loki kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000001 > >> > This is very strange address to oops on. > >> I'll say! Looks almost like it JMPed to a null pointer or something. > > > > No, if it'd jumped to a NULL pointer, we'd see 0 in EIP. > > JMPed to ((long)NULL)+1 or something then :) the fact remains that it's > not somewhere that even a memory error would make us likely to jump to. > > >> >> Jun 22 13:52:43 loki kernel: EIP: 0010:[] Not tainted The EIP isn't zero or 1, you've got a bad null pinter dereference at address 1. You get this when you do something like *(char *)1 = some_val. The ram is most likely bad, you're 1 bit away from zero, but you might try a reiserfsck on any drives affected by the scsi errors. -chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/