[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wortel: error: task-mod (0x2f5000 - 0x3f37d1)
From: |
Marcus Brinkmann |
Subject: |
Re: wortel: error: task-mod (0x2f5000 - 0x3f37d1) |
Date: |
Sat, 07 Aug 2004 14:54:40 +0200 |
User-agent: |
Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) |
At Sat, 07 Aug 2004 12:49:30 +0200,
marco_g wrote:
>
> rafael ernesto alfaro sandoval <address@hidden> writes:
>
> > I ran "strip physmem" in the physmem directory, but now i have another
> > problem when i boot the system:
> > .
> > .
> > .
> > zalloc: request for 0x1000 bytes
> > zfree: freeing block 0x3000 - 0x4000
> > zalloc: request for 0x1000 bytes
> > wortel: error: Unexpected page fault from 0xdc003 ad address 0xa (IP
> > 0x22a008)
> >
> > What is wrong?
>
> AFAIK nothing is wrong. Physmem just is not fully implemented.
IIRC, I made sure that there was no such error in the code I checked
in when I checked it in. But I don't really remember very well what's
supposed to happen. It should jsut sit there, I think.
The message means that thread 0xdc003 (probably physmem) segfaulted at
address 0xa, which surely looks suspicious.
Marcus