Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 1999 00:12:30 +0400
From:      Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
To:        John Polstra <jdp@polstra.com>
Cc:        alpha@FreeBSD.ORG
Subject:   Re: proc size mismatch 
Message-ID:  <199905162012.AAA00986@tejblum.dnttm.rssi.ru>
In-Reply-To: Your message of "Sun, 16 May 1999 12:14:43 PDT." <XFMail.990516121443.jdp@polstra.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905162012.AAA00986>