Messages in this thread |  | | | Date | Thu, 24 Jul 2008 00:05:45 +0200 | | From | "Vegard Nossum" <> | | Subject | Re: recent -git: BUG in free_thread_xstate |
| |
On Thu, Jul 24, 2008 at 12:01 AM, Dmitry Adamushko <dmitry.adamushko@gmail.com> wrote: >> BUG: unable to handle kernel paging request at c0804358 >> IP: [<c057e38d>] schedule+0x1ed/0x850
[...]
> So I guess, 'cpu' value is slightly, well, out of reality. Check the > address of "runqueues" in your kernel image... > I guess, it should be quite close to the "fault" address... then we > can even calculate 'cpu' :-)
Yup, that's right.
$ nm vmlinux | grep runqueues c0803f00 d per_cpu__runqueues
Vegard
-- "The animistic metaphor of the bug that maliciously sneaked in while the programmer was not looking is intellectually dishonest as it disguises that the error is the programmer's own creation." -- E. W. Dijkstra, EWD1036
|  |