linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Serious system problems with 2.4.9 and 2.4.3 kernels
@ 2001-09-02  5:54 Robert La Ferla
  2001-09-02  7:30 ` Robert La Ferla
  0 siblings, 1 reply; 2+ messages in thread
From: Robert La Ferla @ 2001-09-02  5:54 UTC (permalink / raw)
  To: linux-kernel

NOTE: please personally CC me on replies...

I am experiencing serious problems with my system under both the
2.4.3-12 (RH 7.1) and 2.4.9 kernels.  I went back to the 2.4.3 kernel
and got some debugging information that should help pinpoint this
problem.  I'll try again with the 2.4.9 kernel as well but this should
get us started and will help me determine what to look for in the 2.4.9
kernel.

Problem:

Zombie processes.  I am doing very heavy network traffic through a
system running mysql 3.23.41 and iptables 1.2.2.  There is a single 36GB
partition for the database.  After running a custom app and mysql for
several minutes under 2.4.3, zombie processes start to appear (mysqld
for example.)  Under 2.4.9, the system gets into a state where I am
unable to run "ps" or "top" but am able to do a "ls -l" on /proc.

BTW - I ran memtest x86 for over three hours on my system (single pass)
so I don't think it's bad RAM.  However, these problems seem to have
started since I added extra RAM.  It's at it's max. capacity now.  As a
result, I think it's something in the Linux 2.4 VM.  BTW - I have only
392MB of swap but the processes never use more than the physical RAM so
I don't think this is a problem either.

Here's what "ps" reports:

mysql    10389  0.0  0.0     0    0 pts/0    Z    12:51   0:00
[mysqld<defunct>]

Here's the messages snippet which leads me to believe that it is a
kernel problem:

Sep  1 13:34:04 localhost kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000028
Sep  1 13:34:04 localhost kernel:  printing eip:
Sep  1 13:34:04 localhost kernel: c0145eea
Sep  1 13:34:04 localhost kernel: pgd entry eea69000: 0000000000000000
Sep  1 13:34:04 localhost kernel: pmd entry eea69000: 0000000000000000
Sep  1 13:34:04 localhost kernel: ... pmd not present!
Sep  1 13:34:04 localhost kernel: Oops: 0000
Sep  1 13:34:04 localhost kernel: CPU:    0
Sep  1 13:34:04 localhost kernel: EIP:    0010:[update_atime+10/80]
Sep  1 13:34:04 localhost kernel: EIP:    0010:[<c0145eea>]
Sep  1 13:34:04 localhost kernel: EFLAGS: 00010246
Sep  1 13:34:04 localhost kernel: eax: 00000000   ebx: 00000000   ecx:
e5c7c200   edx: e5c7c200
Sep  1 13:34:04 localhost kernel: esi: d8aedf8c   edi: 00000000   ebp:
00000000   esp: d8aedf04
Sep  1 13:34:04 localhost kernel: ds: 0018   es: 0018   ss: 0018
Sep  1 13:34:04 localhost kernel: Process mysqld (pid: 10506,
stackpage=d8aed000)
Sep  1 13:34:04 localhost kernel: Stack: c0125a4f e5c7c200 00000000
00000002 00000001 00000000 00000000 e5c7c200
Sep  1 13:34:04 localhost kernel:        c01ca1d0 0000002c 00000001
0000001f d8aedf8c 00000000 00000000 482448d4
Sep  1 13:34:04 localhost kernel:        c0125b84 e7119960 d8aedf8c
d8aedf5c c0125a60 00000000 00000000 000000fc
Sep  1 13:34:04 localhost kernel: Call Trace:
[do_generic_file_read+1263/1280] [ip_rcv_finish+0/480] [generic_file_re
ad+100/128] [file_read_actor+0/192] [sys_pread+174/240]
Sep  1 13:34:04 localhost kernel: Call Trace: [<c0125a4f>] [<c01ca1d0>]
[<c0125b84>] [<c0125a60>] [<c01328ee>]
Sep  1 13:34:04 localhost kernel:    [do_softirq+91/128]
[do_IRQ+159/176] [system_call+51/56]
Sep  1 13:34:04 localhost kernel:    [<c01197eb>] [<c010824f>]
[<c0106d2b>]
Sep  1 13:34:04 localhost kernel:
Sep  1 13:34:04 localhost kernel: Code: 8b 50 28 f7 c2 00 04 00 00 75
37
f6 81 fc 00 00 00 02 75 2e


System:

Dell XPS T 800 (800 MHz P3, Intel SE440BX-3 Dell/OEM motherboard, Bios
A11) with 768MB RAM, Intel Pro 100 dual port ethernet, Adaptec 29160N
(Bios 3.10.0) SCSI controller, and Seagate 18GB + 36GB Cheetah SCSI
drives.

OS:

Linux localhost 2.4.3-12 #1 Fri Jun 8 15:05:56 EDT 2001 i686 unknown









^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Serious system problems with 2.4.9 and 2.4.3 kernels
  2001-09-02  5:54 Serious system problems with 2.4.9 and 2.4.3 kernels Robert La Ferla
@ 2001-09-02  7:30 ` Robert La Ferla
  0 siblings, 0 replies; 2+ messages in thread
From: Robert La Ferla @ 2001-09-02  7:30 UTC (permalink / raw)
  To: linux-kernel

Here is another kernel message from the other program that zombied.  If
there's anything I can do to help debug this, please let me know.

Robert

Sep  2 00:00:00 localhost kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000000
Sep  2 00:00:00 localhost kernel:  printing eip:
Sep  2 00:00:00 localhost kernel: 00000000
Sep  2 00:00:00 localhost kernel: pgd entry ed116000: 0000000000000000
Sep  2 00:00:00 localhost kernel: pmd entry ed116000: 0000000000000000
Sep  2 00:00:00 localhost kernel: ... pmd not present!
Sep  2 00:00:00 localhost kernel: Oops: 0000
Sep  2 00:00:00 localhost kernel: CPU:    0
Sep  2 00:00:00 localhost kernel: EIP:    0010:[<00000000>]
Sep  2 00:00:00 localhost kernel: EFLAGS: 00010286
Sep  2 00:00:00 localhost kernel: eax: c024af00   ebx: 00000010   ecx:
d63fce00   edx: e6bd4af0
Sep  2 00:00:00 localhost kernel: esi: d63fce00   edi: 00000000   ebp:
00000145   esp: d6babf1c
Sep  2 00:00:00 localhost kernel: ds: 0018   es: 0018   ss: 0018
Sep  2 00:00:00 localhost kernel: Process myapp (pid: 10544,
stackpage=d6bab000)
Sep  2 00:00:00 localhost kernel: Stack: c01b570f d63fce00 e6bd4af0
00000000 c01405e0 d63fce00 00000000 d6babf54
Sep  2 00:00:00 localhost kernel:        01000000 d6baa000 000020ed
00000218 00000000 00000219 00000000 c096d000
Sep  2 00:00:00 localhost kernel:        00000020 563e8b4c d58f1b00
00000400 c0140a69 00000400 d6babf90 d6babf8c
Sep  2 00:00:00 localhost kernel: Call Trace: [sock_poll+31/48]
[do_select+288/576] [sys_select+825/1152] [system_cal
l+51/56]
Sep  2 00:00:00 localhost kernel: Call Trace: [<c01b570f>] [<c01405e0>]
[<c0140a69>] [<c0106d2b>]
Sep  2 00:00:00 localhost kernel:
Sep  2 00:00:00 localhost kernel: Code:  Bad EIP value.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-02  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-02  5:54 Serious system problems with 2.4.9 and 2.4.3 kernels Robert La Ferla
2001-09-02  7:30 ` Robert La Ferla

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).