From owner-freebsd-stable@FreeBSD.ORG Wed Jan 13 08:50:20 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6B60106568D for ; Wed, 13 Jan 2010 08:50:20 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (skuns.zoral.com.ua [91.193.166.194]) by mx1.freebsd.org (Postfix) with ESMTP id 3883F8FC18 for ; Wed, 13 Jan 2010 08:50:19 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o0D8oFSh041151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Jan 2010 10:50:15 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id o0D8oE79050892; Wed, 13 Jan 2010 10:50:14 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id o0D8oEHI050891; Wed, 13 Jan 2010 10:50:14 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 13 Jan 2010 10:50:14 +0200 From: Kostik Belousov To: Gardner Bell Message-ID: <20100113085014.GN62907@deviant.kiev.zoral.com.ua> References: <4B4D0293.3040704@rogers.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UExESr5xZTMxdOWv" Content-Disposition: inline In-Reply-To: <4B4D0293.3040704@rogers.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-stable@freebsd.org Subject: Re: process in STOP state X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 08:50:20 -0000 --UExESr5xZTMxdOWv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 12, 2010 at 06:15:31PM -0500, Gardner Bell wrote: > Hello, >=20 > Just updated my 8.0-STABLE desktop to r202128 the other day and can no=20 > longer run certain windows executables through wine without them almost= =20 > immediately entering the STOP state and using 100% CPU for a short=20 > period of time. Has anyone else ran into a similar issue lately? >=20 > I'm able to get the program to continue as normal by attaching the pid=20 > trough gdb, but would for obvious reasons prefer not to do that. Any=20 > help trying to find the underlying cause would be appreciated as this=20 > has not been a problem with revisions previous to r202128. You can check whether the process is multithreaded (most likely, it is), and, if so, what is the state of different threads. procstat -t and then procstat -k would probably give some information for the start. --UExESr5xZTMxdOWv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAktNiUUACgkQC3+MBN1Mb4hkCACgv/LQV0rRUxEnAoFVOwTYrPBJ kMgAoIGVGHpIpRggbWBoiWr1BatH4xed =0Qfd -----END PGP SIGNATURE----- --UExESr5xZTMxdOWv--