public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Oops at boot: 2.4.10-pre15, acpi
@ 2001-09-23 13:48 Giacomo A. Catenazzi
  0 siblings, 0 replies; 3+ messages in thread
From: Giacomo A. Catenazzi @ 2001-09-23 13:48 UTC (permalink / raw)
  To: linux-kernel

Note: Oops copied by hand from console.

The oops happens just after:
"APCI: System description table not found"

Unable to handle kernel NULL pointer dereferences at virtual address
000000d4
c015d7e2
*pde = 00000000
Oops: 0000
CPU: 0
EIP: 0010:[<c015d7e2>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010282
eax: 00000000   ebx: c0133fd0   ecx: 00000000   edx: 000010ca
esi: c021dfd4   edi: c025a4f4   ebp: 0008e000   esp: c1133fb8
ds: 0018   es: 0018   ss: 0018
Stack: c024aa4c c016b904 c1133fb0 00000000 00000000 00000000 00000000
Call Trace: [<c016b904>] [<c016bcba>] [<c010503b>] [<c010547c>]
Code: 8b 80 d4 00 00 00 00 e8 46

>>EIP; c015d7e2 <acpi_get_timer+22/40>   <=====
Trace; c016b904 <bm_initialize+28/a0>
Trace; c016bcba <bm_osl_init+46/54>
Trace; c010503b <init+7/10c>
Trace; c010547c <kernel_thread+28/38>
Code;  c015d7e2 <acpi_get_timer+22/40>
00000000 <_EIP>:
Code;  c015d7e2 <acpi_get_timer+22/40>   <=====
   0:   8b 80 d4 00 00 00         mov    0xd4(%eax),%eax   <=====
Code;  c015d7e8 <acpi_get_timer+28/40>
   6:   00 e8                     add    %ch,%al
Code;  c015d7ea <acpi_get_timer+2a/40>
   8:   46                        inc    %esi


	giacomo

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

* RE: Oops at boot: 2.4.10-pre15, acpi
@ 2001-09-24 16:45 Grover, Andrew
  2001-09-29 10:41 ` Giacomo A. Catenazzi
  0 siblings, 1 reply; 3+ messages in thread
From: Grover, Andrew @ 2001-09-24 16:45 UTC (permalink / raw)
  To: 'Giacomo A. Catenazzi', linux-kernel

2.4.10 should fix this. ACPI won't load (it appears it's not an ACPI
machine) but it won't oops, either.

Let me know asap if the problem is still there.

Thanks -- Regards -- Andy

> From: Giacomo A. Catenazzi [mailto:cate@dplanet.ch]
> Note: Oops copied by hand from console.
> 
> The oops happens just after:
> "APCI: System description table not found"
> 
> Unable to handle kernel NULL pointer dereferences at virtual address
> 000000d4
> c015d7e2
> *pde = 00000000
> Oops: 0000
> CPU: 0
> EIP: 0010:[<c015d7e2>]
> Using defaults from ksymoops -t elf32-i386 -a i386
> EFLAGS: 00010282
> eax: 00000000   ebx: c0133fd0   ecx: 00000000   edx: 000010ca
> esi: c021dfd4   edi: c025a4f4   ebp: 0008e000   esp: c1133fb8
> ds: 0018   es: 0018   ss: 0018
> Stack: c024aa4c c016b904 c1133fb0 00000000 00000000 00000000 00000000
> Call Trace: [<c016b904>] [<c016bcba>] [<c010503b>] [<c010547c>]
> Code: 8b 80 d4 00 00 00 00 e8 46
> 
> >>EIP; c015d7e2 <acpi_get_timer+22/40>   <=====
> Trace; c016b904 <bm_initialize+28/a0>
> Trace; c016bcba <bm_osl_init+46/54>
> Trace; c010503b <init+7/10c>
> Trace; c010547c <kernel_thread+28/38>
> Code;  c015d7e2 <acpi_get_timer+22/40>
> 00000000 <_EIP>:
> Code;  c015d7e2 <acpi_get_timer+22/40>   <=====
>    0:   8b 80 d4 00 00 00         mov    0xd4(%eax),%eax   <=====
> Code;  c015d7e8 <acpi_get_timer+28/40>
>    6:   00 e8                     add    %ch,%al
> Code;  c015d7ea <acpi_get_timer+2a/40>
>    8:   46                        inc    %esi
> 
> 
> 	giacomo
> -
> 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/
> 

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

* Re: Oops at boot: 2.4.10-pre15, acpi
  2001-09-24 16:45 Grover, Andrew
@ 2001-09-29 10:41 ` Giacomo A. Catenazzi
  0 siblings, 0 replies; 3+ messages in thread
From: Giacomo A. Catenazzi @ 2001-09-29 10:41 UTC (permalink / raw)
  To: Grover, Andrew; +Cc: linux-kernel

"Grover, Andrew" wrote:
> 
> 2.4.10 should fix this. ACPI won't load (it appears it's not an ACPI
> machine) but it won't oops, either.
> 
> Let me know asap if the problem is still there.
> 

Ok. no more oops in 2.4.10.
Right, it is not an acpi machine.

	giacomo

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-23 13:48 Oops at boot: 2.4.10-pre15, acpi Giacomo A. Catenazzi
  -- strict thread matches above, loose matches on Subject: below --
2001-09-24 16:45 Grover, Andrew
2001-09-29 10:41 ` Giacomo A. Catenazzi

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