public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* "Int 6: CR2" on bootup w/ 2.6.18-rc7-mm1
@ 2006-09-21 12:12 Bernhard Rosenkraenzer
  2006-09-21 19:43 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Rosenkraenzer @ 2006-09-21 12:12 UTC (permalink / raw)
  To: linux-kernel

This happens when trying to boot 2.6.18-rc7-mm1 on a truly ancient (Pentium 1) 
box:

Uncompressing Linux... Ok, booting the kernel.

Int 6: CR2 00000000 err 00000000 EIP c0381719 CS 00000060 flags 00010046
Stack: 00000000 c036f4d1 00000000 c0100199 000001b8 0505c600 00c036cc 001f0fc3

(No further details even with initcall_debug loglevel=7).
c0381719 appears to be in ACPI code -- but the Int 6 error happens even with 
acpi=off.

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

* Re: "Int 6: CR2" on bootup w/ 2.6.18-rc7-mm1
  2006-09-21 12:12 "Int 6: CR2" on bootup w/ 2.6.18-rc7-mm1 Bernhard Rosenkraenzer
@ 2006-09-21 19:43 ` Andrew Morton
  2006-09-21 20:05   ` linux-os (Dick Johnson)
  2006-09-21 20:16   ` Andi Kleen
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Morton @ 2006-09-21 19:43 UTC (permalink / raw)
  To: Bernhard Rosenkraenzer; +Cc: linux-kernel, Chuck Ebbert, Andi Kleen

On Thu, 21 Sep 2006 14:12:08 +0200
Bernhard Rosenkraenzer <bero@arklinux.org> wrote:

> This happens when trying to boot 2.6.18-rc7-mm1 on a truly ancient (Pentium 1) 
> box:
> 
> Uncompressing Linux... Ok, booting the kernel.
> 
> Int 6: CR2 00000000 err 00000000 EIP c0381719 CS 00000060 flags 00010046
> Stack: 00000000 c036f4d1 00000000 c0100199 000001b8 0505c600 00c036cc 001f0fc3
> 
> (No further details even with initcall_debug loglevel=7).
> c0381719 appears to be in ACPI code -- but the Int 6 error happens even with 
> acpi=off.

Well Chuck's new early-fault handler has gone and handled an early fault.

I assume that machine runs 2.6.18 OK with the same .config?

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

* Re: "Int 6: CR2" on bootup w/ 2.6.18-rc7-mm1
  2006-09-21 19:43 ` Andrew Morton
@ 2006-09-21 20:05   ` linux-os (Dick Johnson)
  2006-09-21 20:16   ` Andi Kleen
  1 sibling, 0 replies; 4+ messages in thread
From: linux-os (Dick Johnson) @ 2006-09-21 20:05 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Bernhard Rosenkraenzer, Linux kernel, Chuck Ebbert, Andi Kleen


On Thu, 21 Sep 2006, Andrew Morton wrote:

> On Thu, 21 Sep 2006 14:12:08 +0200
> Bernhard Rosenkraenzer <bero@arklinux.org> wrote:
>
>> This happens when trying to boot 2.6.18-rc7-mm1 on a truly ancient
>> (Pentium 1)
>> box:
>>
>> Uncompressing Linux... Ok, booting the kernel.
>>
>> Int 6: CR2 00000000 err 00000000 EIP c0381719 CS 00000060 flags 00010046
>> Stack: 00000000 c036f4d1 00000000 c0100199 000001b8 0505c600 00c036cc
> 001f0fc3
>>
>> (No further details even with initcall_debug loglevel=7).
>> c0381719 appears to be in ACPI code -- but the Int 6 error happens even with
>> acpi=off.
>
> Well Chuck's new early-fault handler has gone and handled an early fault.
>
> I assume that machine runs 2.6.18 OK with the same .config?
> -

Interrupt 6 is an invalid opcode interrupt. The caller might check
the kind of CPU for which the kernel was compiled. You can't boot
a '486 with '686 opcodes. "Truly ancient" probably explains it all.


Cheers,
Dick Johnson
Penguin : Linux version 2.6.16.24 on an i686 machine (5592.66 BogoMips).
New book: http://www.AbominableFirebug.com/
_
\x1a\x04

****************************************************************
The information transmitted in this message is confidential and may be privileged.  Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited.  If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.

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

* Re: "Int 6: CR2" on bootup w/ 2.6.18-rc7-mm1
  2006-09-21 19:43 ` Andrew Morton
  2006-09-21 20:05   ` linux-os (Dick Johnson)
@ 2006-09-21 20:16   ` Andi Kleen
  1 sibling, 0 replies; 4+ messages in thread
From: Andi Kleen @ 2006-09-21 20:16 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Bernhard Rosenkraenzer, linux-kernel, Chuck Ebbert

On Thu, Sep 21, 2006 at 12:43:36PM -0700, Andrew Morton wrote:
> On Thu, 21 Sep 2006 14:12:08 +0200
> Bernhard Rosenkraenzer <bero@arklinux.org> wrote:
> 
> > This happens when trying to boot 2.6.18-rc7-mm1 on a truly ancient (Pentium 1) 
> > box:
> > 
> > Uncompressing Linux... Ok, booting the kernel.
> > 
> > Int 6: CR2 00000000 err 00000000 EIP c0381719 CS 00000060 flags 00010046
> > Stack: 00000000 c036f4d1 00000000 c0100199 000001b8 0505c600 00c036cc 001f0fc3
> > 
> > (No further details even with initcall_debug loglevel=7).
> > c0381719 appears to be in ACPI code -- but the Int 6 error happens even with 
> > acpi=off.
> 
> Well Chuck's new early-fault handler has gone and handled an early fault.
> 
> I assume that machine runs 2.6.18 OK with the same .config?

Int 6 is invalid op. Can you do 

gdb vmlinux
disassemble 0x<number behind EIP>?

and send the full output?

-Andi


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

end of thread, other threads:[~2006-09-21 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-21 12:12 "Int 6: CR2" on bootup w/ 2.6.18-rc7-mm1 Bernhard Rosenkraenzer
2006-09-21 19:43 ` Andrew Morton
2006-09-21 20:05   ` linux-os (Dick Johnson)
2006-09-21 20:16   ` Andi Kleen

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