Subject: Re: boot: short read
To: None <port-sparc@NetBSD.ORG>
From: Erik E. Fair <fair@clock.org>
List: port-sparc
Date: 06/04/1997 03:42:29
At 20:23 -0700 6/3/97, "Erik E. Fair" (Time Keeper) wrote:

>I suspect the debug symbol stripper is screwing up. Anyone else had this
>problem?

And I answer my own question: strip(1) is indeed the culprit, indirectly.
It uses mmap(2), and I just made some changes to pmap.c for my system,
which, while they have stopped the panic: pv_unlink0 problem, seem to have
broken mmap(2). Sigh. I can't win.

	Erik