From owner-freebsd-arm@FreeBSD.ORG Sun Mar 16 21:50:16 2014 Return-Path: Delivered-To: arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 112FBA45 for ; Sun, 16 Mar 2014 21:50:16 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7149906 for ; Sun, 16 Mar 2014 21:50:12 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WPIwY-000FJe-Eb; Sun, 16 Mar 2014 21:50:06 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s2GLo3Qj066535; Sun, 16 Mar 2014 15:50:03 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19qqKjVjSEQXl4/AkdwVVpF Subject: Re: "procstat -x" output From: Ian Lepore To: Alan Cox In-Reply-To: <53261049.50709@rice.edu> References: <53261049.50709@rice.edu> Content-Type: text/plain; charset="us-ascii" Date: Sun, 16 Mar 2014 15:50:03 -0600 Message-ID: <1395006603.1149.559.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 21:50:16 -0000 On Sun, 2014-03-16 at 15:57 -0500, Alan Cox wrote: > Folks, > > Could someone please run "procstat -x" on any process, and cut-and-paste > the output into a reply message. I'm trying to debug a crash that > occurs on arm for a patch that I'm developing. > > Thanks, > Alan cpsim# procstat -x 720 PID COMM AUXV VALUE 720 cpsim AT_PHDR 0x8034 720 cpsim AT_PHENT 32 720 cpsim AT_PHNUM 7 720 cpsim AT_PAGESZ 4096 720 cpsim AT_FLAGS 0 720 cpsim AT_ENTRY 0xf1c0 720 cpsim AT_BASE 0x2015b000 720 cpsim AT_EXECPATH 0xbfffffb9 720 cpsim AT_OSRELDATE 1100011 720 cpsim AT_CANARY 0xbfffff99 720 cpsim AT_CANARYLEN 32 720 cpsim AT_NCPUS 4 720 cpsim AT_PAGESIZES 0xbfffff91 720 cpsim AT_PAGESIZESLEN 8 720 cpsim AT_STACKPROT NONEXECUTABLE -- Ian