* Another entry for the MCE-hang list
@ 2002-03-18 5:46 Richard Gooch
2002-03-18 5:53 ` Mike Fedyk
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Richard Gooch @ 2002-03-18 5:46 UTC (permalink / raw)
To: linux-kernel
Hi, all. I just booted 2.4.19-pre3, and it hung right after the MCE
message. This is an Asus P2B-D with two Intel 450 MHz PIII's. Output
of /proc/cpuinfo appended.
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 451.032
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 897.84
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 451.032
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 901.12
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Another entry for the MCE-hang list
2002-03-18 5:46 Another entry for the MCE-hang list Richard Gooch
@ 2002-03-18 5:53 ` Mike Fedyk
2002-03-18 6:02 ` Jeff Garzik
2002-03-18 11:38 ` Alan Cox
2 siblings, 0 replies; 8+ messages in thread
From: Mike Fedyk @ 2002-03-18 5:53 UTC (permalink / raw)
To: Richard Gooch; +Cc: linux-kernel
On Sun, Mar 17, 2002 at 10:46:25PM -0700, Richard Gooch wrote:
> Hi, all. I just booted 2.4.19-pre3, and it hung right after the MCE
> message. This is an Asus P2B-D with two Intel 450 MHz PIII's. Output
> of /proc/cpuinfo appended.
>
Won't that change hang on *all* pii/piii systems? (I've only tested it on
one pii box)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Another entry for the MCE-hang list
2002-03-18 5:46 Another entry for the MCE-hang list Richard Gooch
2002-03-18 5:53 ` Mike Fedyk
@ 2002-03-18 6:02 ` Jeff Garzik
2002-03-18 6:11 ` Richard Gooch
2002-03-18 11:38 ` Alan Cox
2 siblings, 1 reply; 8+ messages in thread
From: Jeff Garzik @ 2002-03-18 6:02 UTC (permalink / raw)
To: Richard Gooch; +Cc: linux-kernel
Richard Gooch wrote:
> Hi, all. I just booted 2.4.19-pre3, and it hung right after the MCE
>message. This is an Asus P2B-D with two Intel 450 MHz PIII's. Output
>of /proc/cpuinfo appended.
>
My ASUS P2B-D with dual P-II 400's is strange...
I -was- getting the hang, but then I recompiled on a different host,
with possibly a different compiler, and the hang went away. Sorry I
cannot be more specific than this :(
The "running ok" case, which came -after- the hang case, was
2.4.19-pre3-BK-latest with gcc 3.0.4-MDK.
Jeff
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Another entry for the MCE-hang list
2002-03-18 6:02 ` Jeff Garzik
@ 2002-03-18 6:11 ` Richard Gooch
2002-03-18 11:37 ` Alan Cox
0 siblings, 1 reply; 8+ messages in thread
From: Richard Gooch @ 2002-03-18 6:11 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-kernel
Jeff Garzik writes:
> Richard Gooch wrote:
>
> > Hi, all. I just booted 2.4.19-pre3, and it hung right after the MCE
> >message. This is an Asus P2B-D with two Intel 450 MHz PIII's. Output
> >of /proc/cpuinfo appended.
> >
>
> My ASUS P2B-D with dual P-II 400's is strange...
>
> I -was- getting the hang, but then I recompiled on a different host,
> with possibly a different compiler, and the hang went away. Sorry I
> cannot be more specific than this :(
>
> The "running ok" case, which came -after- the hang case, was
> 2.4.19-pre3-BK-latest with gcc 3.0.4-MDK.
I'm using egcs-1.1.2. I've bailed out of gcc-2.95.3 because it's
buggy.
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Another entry for the MCE-hang list
2002-03-18 6:11 ` Richard Gooch
@ 2002-03-18 11:37 ` Alan Cox
2002-03-18 12:56 ` Florian Weimer
0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2002-03-18 11:37 UTC (permalink / raw)
To: Richard Gooch; +Cc: Jeff Garzik, linux-kernel
> > The "running ok" case, which came -after- the hang case, was
> > 2.4.19-pre3-BK-latest with gcc 3.0.4-MDK.
>
> I'm using egcs-1.1.2. I've bailed out of gcc-2.95.3 because it's
> buggy.
egcs-1.1.2 is known to miscompile some driver code and other oddments in
2.4.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Another entry for the MCE-hang list
2002-03-18 11:37 ` Alan Cox
@ 2002-03-18 12:56 ` Florian Weimer
2002-03-18 13:23 ` Alan Cox
0 siblings, 1 reply; 8+ messages in thread
From: Florian Weimer @ 2002-03-18 12:56 UTC (permalink / raw)
To: linux-kernel
Alan Cox <alan@lxorguk.ukuu.org.uk> writes:
>> > The "running ok" case, which came -after- the hang case, was
>> > 2.4.19-pre3-BK-latest with gcc 3.0.4-MDK.
>>
>> I'm using egcs-1.1.2. I've bailed out of gcc-2.95.3 because it's
>> buggy.
>
> egcs-1.1.2 is known to miscompile some driver code and other oddments in
> 2.4.
Oh, really?
| COMPILING the kernel:
|
| - Make sure you have gcc-2.91.66 (egcs-1.1.2) available. gcc 2.95.2 may
| also work but is not as safe, and *gcc 2.7.2.3 is no longer supported*.
| Also remember to upgrade your binutils package (for as/ld/nm and company)
| if necessary. For more information, refer to ./Documentation/Changes.
(2.4.18 linux/README)
linux/Documentation/Changes is more helpful, though.
--
Florian Weimer Weimer@CERT.Uni-Stuttgart.DE
University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/
RUS-CERT +49-711-685-5973/fax +49-711-685-5898
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Another entry for the MCE-hang list
2002-03-18 12:56 ` Florian Weimer
@ 2002-03-18 13:23 ` Alan Cox
0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2002-03-18 13:23 UTC (permalink / raw)
To: Florian Weimer; +Cc: linux-kernel
> | - Make sure you have gcc-2.91.66 (egcs-1.1.2) available. gcc 2.95.2 may
> | also work but is not as safe, and *gcc 2.7.2.3 is no longer supported*.
> | Also remember to upgrade your binutils package (for as/ld/nm and company)
> | if necessary. For more information, refer to ./Documentation/Changes.
>
> (2.4.18 linux/README)
- Make sure you have gcc 2.95.3 available. gcc 2.91.66 (egcs-1.1.2) may
also work but is not as safe, and *gcc 2.7.2.3 is no longer supported*.
Also remember to upgrade your binutils package (for as/ld/nm and company)
if necessary. For more information, refer to ./Documentation/Changes.
(2.4.19pre3 linux/README)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Another entry for the MCE-hang list
2002-03-18 5:46 Another entry for the MCE-hang list Richard Gooch
2002-03-18 5:53 ` Mike Fedyk
2002-03-18 6:02 ` Jeff Garzik
@ 2002-03-18 11:38 ` Alan Cox
2 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2002-03-18 11:38 UTC (permalink / raw)
To: Richard Gooch; +Cc: linux-kernel
> Hi, all. I just booted 2.4.19-pre3, and it hung right after the MCE
> message. This is an Asus P2B-D with two Intel 450 MHz PIII's. Output
> of /proc/cpuinfo appended.
See linux-kernel for the past week. Its been discussed repeatedly. Pre3 only
works on non intel chips unless you kill MCE support
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-03-18 13:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-18 5:46 Another entry for the MCE-hang list Richard Gooch
2002-03-18 5:53 ` Mike Fedyk
2002-03-18 6:02 ` Jeff Garzik
2002-03-18 6:11 ` Richard Gooch
2002-03-18 11:37 ` Alan Cox
2002-03-18 12:56 ` Florian Weimer
2002-03-18 13:23 ` Alan Cox
2002-03-18 11:38 ` Alan Cox
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.