Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2001 16:25:29 -0700 (PDT)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        Julian Elischer <julian@elischer.org>
Cc:        Ian Dowse <iedowse@maths.tcd.ie>, hackers@FreeBSD.ORG
Subject:   Re: VM Corruption - stumped, anyone have any ideas? 
Message-ID:  <200109242325.f8ONPTE97519@earth.backplane.com>
References:   <Pine.BSF.4.21.0109241540230.51124-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help

:
:remember that we hit almost this problem with the KSE stuff during
:debugging?
:
:The pointers in the last few entries of the vm_page_buckets array got
:corrupted when an agument to a function that manipulated whatever was next
:in ram was 0, and it turned out that it was 0 because
: of some PTE flushing thing (you are the one that found it... remember?)
:(there was a line of asm code missing)

    I've kept that in mind, but I think this may be a different issue.
    The memory involved is 100% statically mapped in the kernel page table
    array, and the errors are more like bit errors then anything else.  Either
    the memory is bad or something in our kernel is setting or clearing flags
    through a bad pointer.

						-Matt


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109242325.f8ONPTE97519>