From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 15 Sep 2001 11:40:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 15 Sep 2001 11:40:04 -0400 Received: from lego.zianet.com ([204.134.124.54]:5638 "EHLO lego.zianet.com") by vger.kernel.org with ESMTP id ; Sat, 15 Sep 2001 11:39:51 -0400 Message-ID: <3BA37557.4050109@zianet.com> Date: Sat, 15 Sep 2001 09:35:51 -0600 From: Steven Spence User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3+) Gecko/20010910 X-Accept-Language: en-us MIME-Version: 1.0 To: Steven Spence CC: linux-kernel@vger.kernel.org, linux@3ware.com Subject: Re: 3ware raid oops In-Reply-To: <3BA373EB.4010202@zianet.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Woops, I had the wrong system map when I rand that ksymoops, here is right one. Sorry bout that. Steve >>EIP; c01e69aa <===== Trace; c01e71dc Trace; c0105000 <_stext+0/0> Trace; c01c3135 Trace; c0105000 <_stext+0/0> Trace; c0151eaf Trace; c0105000 <_stext+0/0> Trace; c0105098 Trace; c0105000 <_stext+0/0> Trace; c01055f6 Trace; c0105070 Code; c01e69aa 00000000 <_EIP>: Code; c01e69aa <===== 0: 0f b7 40 36 movzwl 0x36(%eax),%eax <===== Code; c01e69ae 4: 50 push %eax Code; c01e69af 5: 68 00 b5 27 c0 push $0xc027b500 Code; c01e69b4 a: e8 d7 f2 f2 ff call fff2f2e6 <_EIP+0xfff2f2e6> c0115c90 Code; c01e69b9 f: 5a pop %edx Code; c01e69ba 10: b8 01 00 00 00 mov $0x1,%eax Steven Spence wrote: > I received a kernel oops on bootup from the 3ware raid drivers. > It was detecting the card when it oopsed. Atm I do not have any > hard drives connected to it so it doesn't find anything, that may > be the problem. The card is a 3ware Escalade 7410 and the computer > is a dual Athlon, if any more info needed bout hardware let me know. > Here is oops and ksymoops(default options), btw I had to hand write > the oops so I hope I did not make any mistakes. > > Steve > > Unable to handle kernel NULL pointer dereference at virtual address > 00000036 > > Printing eip > c01e69aa > Oops:0000 > CPU: 1 > EIP: 0010:[] > EFLAGS: 00010002 > > eax: 00000000 ebx: 00000000 ecx: 00040000 edx: c028cc60 > esi: f7d55c00 edi: f7d55c00 ebp: f7d55cc00 esp: c21157ef0 > ds: 0018 es: 0018 ss: 0018 > > Stack: f7d55c00 00000082 00000000 00000000 00000000 00001c3c > 00001c34 00001c38 > 000a2378 00000000 00000000 f7d55c00 f7d55c00 f7dfc800 > c01e7adc f7d55c00 > f7d55c00 c2115f44 00000001 00000000 00000000 10011000 > 01000292 00000000 > > Call Trace: [] [] [] [] > [] > [] [] [] [] > [] > > >>EIP; c01e69aa <===== > Trace; c01e71dc > Trace; c0105000 > Trace; c01c3135 > Trace; c0105000 > Trace; c0151eaf > Trace; c0105000 > Trace; c0105098 > Trace; c0105000 > Trace; c01055f6 > Trace; c0105070 > Code; c01e69aa > 00000000 <_EIP>: > Code; c01e69aa <===== > 0: 0f b7 40 36 movzwl 0x36(%eax),%eax <===== > Code; c01e69ae > 4: 50 push %eax > Code; c01e69af > 5: 68 00 b5 27 c0 push $0xc027b500 > Code; c01e69b4 > a: e8 d7 f2 f2 ff call fff2f2e6 <_EIP+0xfff2f2e6> > c0115c90 > Code; c01e69b9 > f: 5a pop %edx > Code; c01e69ba > 10: b8 01 00 00 00 mov $0x1,%eax > > > > > - > 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/ > >