From owner-freebsd-threads@FreeBSD.ORG Fri Mar 21 23:06:57 2008 Return-Path: Delivered-To: freebsd-threads@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C0F1065671 for ; Fri, 21 Mar 2008 23:06:57 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 91A938FC2D; Fri, 21 Mar 2008 23:06:56 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47E43F95.1040608@FreeBSD.org> Date: Sat, 22 Mar 2008 00:07:01 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Gary Stanley References: <20080321225853.C44968FC24@mx1.freebsd.org> In-Reply-To: <20080321225853.C44968FC24@mx1.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-threads@FreeBSD.org Subject: Re: Process stuck in STOP state X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2008 23:06:57 -0000 Gary Stanley wrote: > Hello. Please CC me replies as I'm not subscribed to this list. > > I upgraded a machine from 6 to 7 recently, and I'm using libkse for mono > 1.1.13.4. At least 1 time a day the process is stuck in > the STOP state and is unkillable. procctl doesn't help, gdb won't attach > to the process and ktrace/truss don't display any data. > > This only occurs on FreeBSD7 with libkse, I haven't tried libthr yet. You likely want to use libthr, it is the way forward for threading on FreeBSD. libkse support was already removed from FreeBSD 8. Use libmap.conf to switch your applications to libthr. Kris