public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Oops 2.6.0-test2-mm4 in pmd_dtor
@ 2003-08-06 10:47 Zwane Mwaikambo
  2003-08-06 12:01 ` Zwane Mwaikambo
  0 siblings, 1 reply; 3+ messages in thread
From: Zwane Mwaikambo @ 2003-08-06 10:47 UTC (permalink / raw)
  To: Linux Kernel; +Cc: William Lee Irwin III

Hey Bill i thought you had a fix for this? Box has 16G of RAM.

INIT: version 2.84 booting
Unable to handle kernel NULL pointer dereference at virtual address 00000000
 printing eip:
c011df3d
*pde = 35e7a001
Oops: 0000 [#1]
PREEMPT SMP DEBUG_PAGEALLOC
CPU:    3
EIP:    0060:[<c011df3d>]    Not tainted VLI
EFLAGS: 00010002
EIP is at pgd_dtor+0x6d/0xe0
eax: c1000000   ebx: c19468cc   ecx: c19468e4   edx: 00000000
esi: f5e58000   edi: 00000046   ebp: f5f791e0   esp: f5e59afc
ds: 007b   es: 007b   ss: 0068
Process init (pid: 60, threadinfo=f5e58000 task=f5e8b000)
Stack: 00000000 f7ffde48 f5f79380 c014bd82 f5f79380 f7ffde48 00000000 c011e0ba
       f5f79000 cc3eb004 f5f79380 00000286 cc12d1c4 00000246 f5f5f6d4 c01561e7
       c0322374 00000000 00000000 f7ffd8ec 00000003 f5f79380 f5e88004 00000000
Call Trace:
 [<c014bd82>] kmem_cache_free+0x212/0x2c0
 [<c011e0ba>] pgd_free+0x3a/0x3f
 [<c01561e7>] remove_shared_vm_struct+0x27/0x80
 [<c011e0ba>] pgd_free+0x3a/0x3f
 [<c0125d3f>] __mmdrop+0x1f/0x38
 [<c012450e>] mmput+0xae/0xd0
 [<c01704de>] exec_mmap+0x1de/0x200
 [<c0170dd5>] flush_old_exec+0x8d5/0xb50
 [<c0170275>] open_exec+0x75/0xb0
 [<c01702ed>] kernel_read+0x3d/0x50
 [<c0190aa2>] load_elf_binary+0x442/0xa20
 [<c0124230>] autoremove_wake_function+0x0/0x40
 [<c01aa010>] ext3_lookup+0x90/0xb0
 [<c011f175>] change_page_attr+0x75/0xe0
 [<c0190660>] load_elf_binary+0x0/0xa20
 [<c01713d5>] search_binary_handler+0xc5/0x230
 [<c018fe1b>] load_script+0x19b/0x1b0
 [<c01519bd>] page_address+0x3d/0xf0
 [<c01519bd>] page_address+0x3d/0xf0
 [<c018fc80>] load_script+0x0/0x1b0
 [<c01713d5>] search_binary_handler+0xc5/0x230
 [<c01716c6>] do_execve+0x186/0x1e0
 [<c010b3f0>] sys_execve+0x30/0x70
 [<c031861b>] syscall_call+0x7/0xb

Code: 0d a4 34 37 c0 0f 88 a2 01 00 00 8b 44 24 10 05 00 00 00 40 c1 e8 0c 
8d 14 80 8d 14 50 a1 8c 3e 44 c0 8d 1c 90 8d 4b 18 8b 51 04 <39> 0a 74 08 
0f 0b 94 00 98 26 32 c0 8b 43 18 39 48 04 74 08 0f
 <6>note: init[60] exited with preempt_count 1

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

* Re: Oops 2.6.0-test2-mm4 in pmd_dtor
  2003-08-06 10:47 Oops 2.6.0-test2-mm4 in pmd_dtor Zwane Mwaikambo
@ 2003-08-06 12:01 ` Zwane Mwaikambo
  2003-08-06 17:29   ` William Lee Irwin III
  0 siblings, 1 reply; 3+ messages in thread
From: Zwane Mwaikambo @ 2003-08-06 12:01 UTC (permalink / raw)
  To: Linux Kernel; +Cc: William Lee Irwin III

On Wed, 6 Aug 2003, Zwane Mwaikambo wrote:

> Hey Bill i thought you had a fix for this? Box has 16G of RAM.

Hmm ok i found your email about PTRS_PER_PMD and PAE.

Thanks,
	Zwane


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

* Re: Oops 2.6.0-test2-mm4 in pmd_dtor
  2003-08-06 12:01 ` Zwane Mwaikambo
@ 2003-08-06 17:29   ` William Lee Irwin III
  0 siblings, 0 replies; 3+ messages in thread
From: William Lee Irwin III @ 2003-08-06 17:29 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Linux Kernel

On Wed, 6 Aug 2003, Zwane Mwaikambo wrote:
>> Hey Bill i thought you had a fix for this? Box has 16G of RAM.

On Wed, Aug 06, 2003 at 08:01:43AM -0400, Zwane Mwaikambo wrote:
> Hmm ok i found your email about PTRS_PER_PMD and PAE.
> Thanks,
> 	Zwane

This is the pgd_dtor() list poison oops (the memory.c not blitting the
whole kernel pmd issue should look like a deadlock). They're both taken
care of in some patch that only existed in /tmp/ files outside email
I'll have to reconstitute for you.


-- wli

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

end of thread, other threads:[~2003-08-06 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 10:47 Oops 2.6.0-test2-mm4 in pmd_dtor Zwane Mwaikambo
2003-08-06 12:01 ` Zwane Mwaikambo
2003-08-06 17:29   ` William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox