Subject: top on 1.3beta
To: PortMac <port-mac68k@NetBSD.ORG>
From: Balazs Barany <bb@lb-data.co.at>
List: port-mac68k
Date: 12/06/1997 22:43:00
Hi,
I tried to recompile top 3.4 on the 1.3 BETA (it worked perfectly on =
1.2.1).=20
I installed it as written in the README and now it prints only
top: panic: nswapmap goof
Here is a part of "machine.c" before this happens:
(...)
/*Supports sequential swap */
if (nlst[VM_NISWAP].n_value !=3D0) {
KGET(VM_NISWAP, niswap);
KGET(VM_NISWDEV, niswdev);
} else {
niswap =3D nswap;
niswdev =3D nswdev;
}
/* First entry in map is 'struct map'; rest are mapent's. */
swapmap =3D (struct map *)mp;
if (nswapmap !=3D swapmap->m_limit - (struct mapent *)kswapmap)
errs(1, "panic: nswapmap goof");
and so on.
Do you think that this is an error in NetBSD 1.3 BETA or in top?
________________________________________________________________
Bal=E1zs B=E1r=E1ny bb@lb-data.co.at http://www.lb-data.co.at/bb
It's nice to be important, but it's more important to be nice