Subject: Re: libkvm problems on alpha, but not sparc or i386 (netbsd-1-6)
To: NetBSD/alpha Discussion List <port-alpha@NetBSD.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-alpha
Date: 09/30/2004 01:30:09
"Greg A. Woods" <woods@weird.com> writes:

> It's almost as if some commonly used data type is a different width
> inside the kernel and out, or maybe /dev/kmem is busted, or maybe
> something's wrong with the nlist reader, or....

Do you have DEBUG or LOCKDEBUG or some similar non-default option in
the kernel config file? Those can change the sizes of structures in
ways that foil kvm-readers.

        - Nathan