Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 30 Apr 2002 07:22:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 30 Apr 2002 07:22:39 -0400 Received: from mail.ocs.com.au ([203.34.97.2]:48648 "HELO mail.ocs.com.au") by vger.kernel.org with SMTP id ; Tue, 30 Apr 2002 07:22:38 -0400 X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 From: Keith Owens To: Dave Jones Cc: Lawrence Walton , linux-kernel Subject: Re: 2.5.9 and 1.5.10 don't boot In-Reply-To: Your message of "Tue, 30 Apr 2002 13:04:46 +0200." <20020430130445.B22842@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Apr 2002 21:22:23 +1000 Message-ID: <8949.1020165743@ocs3.intra.ocs.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 Apr 2002 13:04:46 +0200, Dave Jones wrote: >On Mon, Apr 29, 2002 at 12:02:48PM -0700, Lawrence Walton wrote: > > unable to handle kernel null pointer deference at address 00000016 > > printing EIP: > > c0198147 > > Oops:0000 > > CPU: 0 > > EIP: 0010:[] not tainted > > EFLAGS: 00010213 > > EAX: 00000000 EBX: c17p4ac0 ECX: c17fec00 EDX: 00000088 > > ESI: 00000004 EDI: 00000008 EBX: c17f4ac0 ESP: c16e7dcc > >This dump is useless to anyone, as the addresses need to be converted >to symbol names. The EIP being the more important one, followed by the >call trace. > >If you don't want to have to type out a whole oops to feed to ksymoops, >you can look up the addresses in the System.map from that kernel. >Note, there are likely to be addresses that don't resolve. For example, >you may not find c0198147, but you will see c0198140 and c0198190. In >this circumstance, take the lower symbol. 'ksymoops -A c0198147' is even easier. It does the work for you. - 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/