* Memory Read Error
@ 2007-12-18 10:13 shashi59
2007-12-18 16:34 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: shashi59 @ 2007-12-18 10:13 UTC (permalink / raw)
To: linux-kernel
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Memory Read Error
2007-12-18 10:13 shashi59
@ 2007-12-18 16:34 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2007-12-18 16:34 UTC (permalink / raw)
To: shashi59; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Memory Read Error
[not found] <fa.yTn6oyQbSXQNb3Mbl4UGupJ9LWo@ifi.uio.no>
@ 2007-12-19 0:04 ` Robert Hancock
2007-12-19 13:20 ` linux-os (Dick Johnson)
0 siblings, 1 reply; 4+ messages in thread
From: Robert Hancock @ 2007-12-19 0:04 UTC (permalink / raw)
To: shashi59; +Cc: linux-kernel
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 hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Memory Read Error
2007-12-19 0:04 ` Memory Read Error Robert Hancock
@ 2007-12-19 13:20 ` linux-os (Dick Johnson)
0 siblings, 0 replies; 4+ messages in thread
From: linux-os (Dick Johnson) @ 2007-12-19 13:20 UTC (permalink / raw)
To: Robert Hancock; +Cc: shashi59, Linux kernel
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 hancockr@nospamshaw.ca
> 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 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
end of thread, other threads:[~2007-12-19 13:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <fa.yTn6oyQbSXQNb3Mbl4UGupJ9LWo@ifi.uio.no>
2007-12-19 0:04 ` Memory Read Error Robert Hancock
2007-12-19 13:20 ` linux-os (Dick Johnson)
2007-12-18 10:13 shashi59
2007-12-18 16:34 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox