Bug 135455 - Replace "low quality" error message when memory parity errors.
Summary: Replace "low quality" error message when memory parity errors.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: kernel
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Larry Woodman
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 142602
TreeView+ depends on / blocked
 
Reported: 2004-10-12 20:00 UTC by David Lehman
Modified: 2007-11-30 22:07 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-21 19:38:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Lehman 2004-10-12 20:00:44 UTC
Current message is:
  printk("Uhhuh. NMI received. Dazed and confused, but trying to continue\n");
  printk("You probably have a hardware problem with your RAM chips\n");

AOL would prefer it be more descriptive and more professional, like:
  printk("NMI received. Memory parity error detected. Attempting to continue.\n");
  printk("You probably have a hardware problem with your RAM chips\n");

The message is inside a function called mem_parity_error in
arch/{i386,x86_64}/kernel/traps.c

Comment 6 Larry Woodman 2005-02-08 22:54:12 UTC
What type of a change are we looking at making here?

Currently mem_parity_error for both x86 and x86_64 print out this:
>>>"Uhhuh. NMI received. Dazed and confused, but trying to continue"
>>>"You probably have a hardware problem with your RAM chips"

Shall we change it to something like this?
>>>"NMI memory parity error recieved, trying to continue"
>>>"This might indicate that the RAM has incurred a hardware error."


Larry Woodman


Comment 11 Ernie Petrides 2005-09-21 19:38:57 UTC
There was a lengthly internal debate about generating "more professional
error messages" for serious kernel problems.  During this discussion,
which was in February of 2005, the idea of making such changes (deviating
from Upstream) was shot down.

Thus, I'm closing this as WONTFIX and removing it from the U7 Proposed list.



Note You need to log in before you can comment on or make changes to this bug.