From owner-freebsd-current@FreeBSD.ORG Thu Dec 6 21:11:13 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFDAD16A418 for ; Thu, 6 Dec 2007 21:11:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id A37EC13C44B for ; Thu, 6 Dec 2007 21:11:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1J0O00-000OyP-48 for freebsd-current@FreeBSD.org; Fri, 07 Dec 2007 00:11:12 +0300 To: freebsd-current@FreeBSD.org From: Boris Samorodov Date: Fri, 07 Dec 2007 00:09:34 +0300 Message-ID: <97676449@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: sockstat: struct xtcpcb size mismatch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2007 21:11:14 -0000 Hello List, is it a known problem, my unfortune update or kernel options (the box updated a couple of hours ago 7-BETA2 -> 8-CURRENT): ----- tinderbox# uname -a FreeBSD tinderbox.i386.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Dec 6 23:01:37 MSK 2007 root@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC+LP i386 tinderbox# sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct xunpcb size mismatch USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS tinderbox# ----- The kernel config: ----- tinderbox# cd /sys/i386/conf/ tinderbox# diff -u GENERIC GENERIC+LP --- GENERIC 2007-12-06 22:50:43.000000000 +0300 +++ GENERIC+LP 2007-12-07 00:12:37.000000000 +0300 @@ -67,10 +67,10 @@ options KDB # Enable kernel debugger support. options DDB # Support DDB. options GDB # Support remote GDB. -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS # Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed +#options INVARIANTS # Enable calls of extra sanity checking +#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS +#options WITNESS # Enable checks to detect deadlocks and cycles +#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed # To make an SMP kernel, the next two lines are needed options SMP # Symmetric MultiProcessor Kernel @@ -323,3 +323,5 @@ device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver device dcons_crom # Configuration ROM for dcons + +option LOCK_PROFILING ----- WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve