2007-12-18 10:13:41

by shashi59

[permalink] [raw]
Subject: Memory Read Error


I am newbie for Linux Kernel.How can I read the memory area like the range
between ffff0000 to ffffffff.Directly i read that area it shows some error
like this "unable to handle kernel paging request at virtual address
ffff0000". So,I don't know, how to solve this error .Please anyone help
me....

Thanks in Advance
-Sasi-

--
View this message in context: http://www.nabble.com/Memory-Read-Error-tp14390531p14390531.html
Sent from the linux-kernel mailing list archive at Nabble.com.


2007-12-18 16:35:15

by Randy Dunlap

[permalink] [raw]
Subject: Re: Memory Read Error

On Tue, 18 Dec 2007 02:13:30 -0800 (PST) shashi59 wrote:

>
> I am newbie for Linux Kernel.How can I read the memory area like the range
> between ffff0000 to ffffffff.Directly i read that area it shows some error
> like this "unable to handle kernel paging request at virtual address
> ffff0000". So,I don't know, how to solve this error .Please anyone help
> me....

"Unable to handle kernel paging request at virtual address ffff...."
is almost always indicative of a kernel bug and not a memory error.

Please gather bug reporting data and report it as described in the
file: REPORTING-BUGS in the kernel source tree's top-level directory.

However: if the kernel is very old, the answer may be just to use a
newer kernel version. Or if the kernel is a vendor-supported kernel
version, then that vendor is probably where the bug report should go.

---
~Randy

2007-12-19 00:05:19

by Robert Hancock

[permalink] [raw]
Subject: Re: Memory Read Error

shashi59 wrote:
> I am newbie for Linux Kernel.How can I read the memory area like the range
> between ffff0000 to ffffffff.Directly i read that area it shows some error
> like this "unable to handle kernel paging request at virtual address
> ffff0000". So,I don't know, how to solve this error .Please anyone help
> me....

First off, why are you trying to do this and how. Without such details
it's impossible to answer this question.

--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from [email protected]
Home Page: http://www.roberthancock.com/

2007-12-19 13:21:18

by linux-os (Dick Johnson)

[permalink] [raw]
Subject: Re: Memory Read Error


On Tue, 18 Dec 2007, Robert Hancock wrote:

> shashi59 wrote:
>> I am newbie for Linux Kernel.How can I read the memory area like the range
>> between ffff0000 to ffffffff.Directly i read that area it shows some error
>> like this "unable to handle kernel paging request at virtual address
>> ffff0000". So,I don't know, how to solve this error .Please anyone help
>> me....
>
> First off, why are you trying to do this and how. Without such details
> it's impossible to answer this question.
>
> --
> Robert Hancock Saskatoon, SK, Canada
> To email, remove "nospam" from [email protected]
> Home Page: http://www.roberthancock.com/
>

A possible hint to the newbie, with possibly English as
his last language, check out ioremap() and ioremap_nocache().
Within the kernel, these calls should allow any address
to be read, even if nothing exists at that address.


Cheers,
Dick Johnson
Penguin : Linux version 2.6.22.1 on an i686 machine (5588.29 BogoMips).
My book : http://www.AbominableFirebug.com/
_


****************************************************************
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 [email protected] - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.