LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Anderson Levi <anderson@skyweb.co.ke>
To: linux-kernel@vger.kernel.org
Subject: Kernel oops
Date: Fri, 28 Nov 2003 08:45:32 +0300 [thread overview]
Message-ID: <3FC6E0FC.6060604@skyweb.co.ke> (raw)
Hi,
My linux box keeps crashing every 24 hours or so. It's running kernel
version 2.4.21. I ran the oops message through ksymoops and got this result:
ksymoops 2.4.9 on i686 2.4.21. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.21/ (default)
-M (specified)
Nov 28 07:27:56 myweb kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000024
Nov 28 07:27:56 myweb kernel: c01288a9
Nov 28 07:27:56 myweb kernel: *pde = 00000000
Nov 28 07:27:56 myweb kernel: Oops: 0000
Nov 28 07:27:56 myweb kernel: CPU: 0
Nov 28 07:27:56 myweb kernel: EIP: 0010:[<c01288a9>] Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
Nov 28 07:27:56 myweb kernel: EFLAGS: 00010246
Nov 28 07:27:56 myweb kernel: eax: 00000000 ebx: c13f5570 ecx:
f6e19224 edx: 00000000
Nov 28 07:27:56 myweb kernel: esi: f6e19224 edi: 00000004 ebp:
0000179a esp: f7fc3f24
Nov 28 07:27:56 myweb kernel: ds: 0018 es: 0018 ss: 0018
Nov 28 07:27:56 myweb kernel: Process kswapd (pid: 4, stackpage=f7fc3000)
Nov 28 07:27:56 myweb kernel: Stack: 00000000 c13f5570 c012f91f c13f5570
c67ac580 f7fc2000 0000001a 000001d0
Nov 28 07:27:56 myweb kernel: c02a9e40 c1c0d2b0 d2d45a00 c1c0d2b0
00000004 0000000f 000001d0 00000005
Nov 28 07:27:56 myweb kernel: 0000000f c012fac2 00000005 0000002f
c02a9e40 00000005 000001d0 c02a9e40
Nov 28 07:27:56 myweb kernel: Call Trace: [<c012f91f>] [<c012fac2>]
[<c012fb3c>] [<c012fc4f>] [<c012fcc6>]
Nov 28 07:27:57 myweb kernel: [<c012fe01>] [<c012fd60>] [<c0105000>]
[<c0107156>] [<c012fd60>]
Nov 28 07:27:57 myweb kernel: Code: 8b 40 24 85 c0 74 04 53 ff d0 5a 8b
53 04 8b 03 89 50 04 89
>>EIP; c01288a9 <do_brk+519/590> <=====
>>ebx; c13f5570 <___strtok+10946dc/385aa16c>
>>ecx; f6e19224 <___strtok+36ab8390/385aa16c>
>>esi; f6e19224 <___strtok+36ab8390/385aa16c>
>>esp; f7fc3f24 <___strtok+37c63090/385aa16c>
Trace; c012f91f <kmem_find_general_cachep+e1f/19f0>
Trace; c012fac2 <kmem_find_general_cachep+fc2/19f0>
Trace; c012fb3c <kmem_find_general_cachep+103c/19f0>
Trace; c012fc4f <kmem_find_general_cachep+114f/19f0>
Trace; c012fcc6 <kmem_find_general_cachep+11c6/19f0>
Trace; c012fe01 <kmem_find_general_cachep+1301/19f0>
Trace; c012fd60 <kmem_find_general_cachep+1260/19f0>
Trace; c0105000 <empty_zero_page+1000/2dd0>
Trace; c0107156 <machine_power_off+166/300>
Trace; c012fd60 <kmem_find_general_cachep+1260/19f0>
Code; c01288a9 <do_brk+519/590>
00000000 <_EIP>:
Code; c01288a9 <do_brk+519/590> <=====
0: 8b 40 24 mov 0x24(%eax),%eax <=====
Code; c01288ac <do_brk+51c/590>
3: 85 c0 test %eax,%eax
Code; c01288ae <do_brk+51e/590>
5: 74 04 je b <_EIP+0xb> c01288b4
<do_brk+524/590>
Code; c01288b0 <do_brk+520/590>
7: 53 push %ebx
Code; c01288b1 <do_brk+521/590>
8: ff d0 call *%eax
Code; c01288b3 <do_brk+523/590>
a: 5a pop %edx
Code; c01288b4 <do_brk+524/590>
b: 8b 53 04 mov 0x4(%ebx),%edx
Code; c01288b7 <do_brk+527/590>
e: 8b 03 mov (%ebx),%eax
Code; c01288b9 <do_brk+529/590>
10: 89 50 04 mov %edx,0x4(%eax)
Code; c01288bc <do_brk+52c/590>
13: 89 00 mov %eax,(%eax)
What could be the problem? Any help would be highly appreciated.
Thanks.
next reply other threads:[~2003-11-28 5:43 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-28 5:45 Anderson Levi [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-07-23 12:52 kernel oops Andrei Popa
2008-07-23 17:11 ` Vegard Nossum
2008-08-18 16:33 ` Vegard Nossum
2008-08-18 16:39 ` Greg KH
[not found] <e8eb01770803120245x7690e6a9te8ad04296aa3fc4d@mail.gmail.com>
2008-03-12 9:49 ` Zbynek Drlik
2008-03-12 10:33 ` Al Viro
2008-03-12 13:12 ` Zbynek Drlik
2008-02-05 12:57 Andrej Hocevar
2008-02-06 17:55 ` Len Brown
2006-09-12 10:21 Kernel Oops Marcin Prączko
2006-09-13 3:43 ` Andrew Morton
2005-10-15 1:03 Marc Perkel
2005-10-15 1:21 ` Randy.Dunlap
2005-10-15 1:43 ` Marc Perkel
2005-10-15 1:52 ` Randy.Dunlap
2005-01-03 21:10 Kernel oops Marat BN
2005-01-05 10:13 ` Andrew Morton
2004-06-11 7:27 tmp
2004-05-24 20:19 tmp
2004-05-16 12:08 Kernel OOPS tmp
2004-05-16 23:27 ` Andrew Morton
2004-05-17 0:33 ` tmp
2004-03-09 22:13 Kernel oops Philipp Baer
2004-03-09 23:11 ` Andrew Morton
2004-03-12 7:46 ` Philipp Baer
2004-02-08 11:05 Kernel Oops Mathieu LESNIAK
2004-02-08 16:35 ` Greg KH
2004-02-09 7:06 ` Mathieu LESNIAK
2003-11-28 23:15 Kernel oops Ville Jutvik
2003-08-09 12:39 kernel oops Jean-Yves LENHOF
2003-08-09 20:37 ` Jean-Yves LENHOF
2003-08-09 9:28 Jean-Yves LENHOF
2003-07-18 19:44 Kernel OOPS Robert Scussel
2003-07-18 21:31 ` Alan Cox
2003-07-07 12:53 kernel oops Anders Karlsson
2003-07-07 13:14 ` Alan Cox
2003-07-07 13:32 ` Anders Karlsson
2003-07-07 13:37 ` Alan Cox
2003-07-07 13:56 ` Anders Karlsson
2003-07-08 9:39 ` Marcelo Tosatti
[not found] ` <200307072009.50677.bernd-schubert@web.de>
2003-07-08 5:13 ` Anders Karlsson
2003-05-31 1:32 Nadeem Riaz
2003-03-26 15:52 Steve Terrell
2003-02-03 1:18 Kernel Oops Daniel Espinoza
2003-02-03 3:23 ` vishwas
2002-08-09 5:25 sanket rathi
2002-06-23 19:39 Dirk Schmidt
2002-06-10 8:46 kernel oops Robert Litwiniec
2002-02-26 18:26 Suporte RedeBonja
2002-02-27 13:35 ` Erik Mouw
2001-11-13 13:23 Kernel oops Anthony
2001-11-14 6:02 ` Thiago Rondon
2001-10-08 12:59 kernel oops Terry Kendal
2001-09-27 9:49 kewl
2001-06-01 15:13 Kernel oops David Harris
2001-06-01 15:12 David Harris
2001-04-19 18:32 kernel oops Ronald Bultje
2001-04-19 19:04 ` Alan Cox
2001-04-19 19:08 ` Ronald Bultje
2001-02-19 14:44 Kernel Oops Alberto Bertogli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3FC6E0FC.6060604@skyweb.co.ke \
--to=anderson@skyweb.co.ke \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: Kernel oops' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).