--text follows this line--
Peter Jeremy <[EMAIL PROTECTED]> writes:
> On 2001-Dec-20 13:47:16 -0800, Matthew Dillon <[EMAIL PROTECTED]> wrote:
> > The string 'pre-fetch' is sitting right smack in the middle of the
> > VM_PAGE!!!!!!!. The entire vm_page is corrupt, though the vm_page's
> > surrounding it appear to be ok.
> >
> > When I look for 'pre-fetch' in the raw vmcore file I see it occuring
> > all over the place.
>
> Any guess where it's coming from? I can't find that string anywhere
> in the -stable source code or kernel - which suggests that it's being
> read from the disk.
I induced the crash by running "make clean; make buildworld" in one
infinite loop and "portsdb -Uu" in another. That string occurs in a
bunch of makefiles in /usr/ports. Some of the occurences in the core
are clearly from them, but many of them are surrounded by binary
data. I recursively grepped /usr/{src,obj,bin,ports} and
/usr/local/{bin,lib} and didn't find any binary files with that
string. My guess then is that it's from the memory image of a make
process.
--
Brady Montz
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message