Subject: Re: More core dumps
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Mark J. Foster <mfoster@mail.com>
List: port-arm32
Date: 01/26/1999 17:58:33
Jason Thorpe wrote:

> microtime bug: ticks = 11014
> microtime bug: ticks = 1145e
> microtime bug: ticks = 1192c
> microtime bug: ticks = 12b9f

While I can't help with the compiler error, the microtime errors occur whenever
interrupts are dropped (or another program reads from the timer register, which
is fairly unlikely) - I've seen this while debugging AV.  Most likely, it's
just a secondary effect of the initial memory corruption problem..

Cheers!
MarkF

P.S.  Thanks for the pmap patch!