From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 23 15:00:04 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34B961065698 for ; Fri, 23 Jan 2009 15:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 181068FC19 for ; Fri, 23 Jan 2009 15:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0NF03EP074462 for ; Fri, 23 Jan 2009 15:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0NF03qB074458; Fri, 23 Jan 2009 15:00:03 GMT (envelope-from gnats) Date: Fri, 23 Jan 2009 15:00:03 GMT Message-Id: <200901231500.n0NF03qB074458@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Danny Braniss Cc: Subject: Re: amd64/130885: sockstat on amd64 does not work (fwd) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Danny Braniss List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2009 15:00:05 -0000 The following reply was made to PR amd64/130885; it has been noted by GNATS. From: Danny Braniss To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: amd64/130885: sockstat on amd64 does not work (fwd) Date: Fri, 23 Jan 2009 16:56:16 +0200 On Thursday 22 January 2009 10:50:52 am Danny Braniss wrote: > > On Thursday 22 January 2009 8:21:48 am Danny Braniss wrote: > > > > > > >Number: 130885 > > > >Category: amd64 > > > >Synopsis: sockstat on amd64 does not work > > > >Confidential: no > > > >Severity: non-critical > > > >Priority: low > > > >Responsible: freebsd-amd64 > > > >State: open > > > >Quarter: > > > >Keywords: > > > >Date-Required: > > > >Class: sw-bug > > > >Submitter-Id: current-users > > > >Arrival-Date: Thu Jan 22 14:00:15 UTC 2009 > > > >Closed-Date: > > > >Last-Modified: > > > >Originator: Danny Braniss > > > >Release: FreeBSD 7.1-STABLE amd64 > > > >Organization: > > > >Environment: > > > System: FreeBSD dell-2950 7.1-STABLE FreeBSD 7.1-STABLE #36: Fri Jan 16 > > 13:06:56 IST 2009 danny@sunfire:/r+d/obj/sunfire/r+d/7/sys/HUJI amd64 > > > > > > > > > > > > >Description: > > > sockstat on amd64 does not work > > > >How-To-Repeat: > > > > 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 > > > > Your kernel and world are out of sync. What was your previous kernel version? > > > 7.0, 7.1-pre, 7.1-rel, 7.1-stable > > I am using the same sources to compile for i386, and there it works fine. > (im synching via svn, so maybe/probably, something is out of sync) Hmm, the ABI shouldn't have broken for those structures in 7.x. -- John Baldwin