From owner-freebsd-alpha Sun May 16 13:27:54 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 566BC14C24 for ; Sun, 16 May 1999 13:27:44 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id AAA12203; Mon, 17 May 1999 00:09:19 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.3/8.9.1) with ESMTP id AAA00986; Mon, 17 May 1999 00:12:30 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199905162012.AAA00986@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: John Polstra Cc: alpha@FreeBSD.ORG Subject: Re: proc size mismatch In-reply-to: Your message of "Sun, 16 May 1999 12:14:43 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 May 1999 00:12:30 +0400 From: Dmitrij Tejblum Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Polstra wrote: > Is anybody else getting "proc size mismatch" errors from ps in > -current (from yesterday) on the alpha? I did a full make world > and built and installed a fresh kernel from the same source tree. > You know the drill, and we've all done it a million times before. > Nevertheless, ps says: > > ps: proc size mismatch (34800 total, 1192 chunks) > > I rebuilt & installed libkvm and ps just to make sure, but it didn't > help. Well, I don't have current -current on my alpha right now, but I bet it is because someone made sizeof(dev_t) == 8 in kernel (it is void*), but == 4 in userland. It seems to affect struct kinfo_proc. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message