From owner-freebsd-threads@FreeBSD.ORG Fri Mar 21 23:45:49 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 B380B106566C for ; Fri, 21 Mar 2008 23:45:49 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 94C988FC22 for ; Fri, 21 Mar 2008 23:45:49 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 27C6F1A4D83; Fri, 21 Mar 2008 16:37:29 -0700 (PDT) Date: Fri, 21 Mar 2008 16:37:29 -0700 From: Alfred Perlstein To: Gary Stanley Message-ID: <20080321233729.GM67856@elvis.mu.org> References: <20080321225853.C44968FC24@mx1.freebsd.org> <20080321232938.GK67856@elvis.mu.org> <20080321233509.8B0EB8FC1F@mx1.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080321233509.8B0EB8FC1F@mx1.freebsd.org> User-Agent: Mutt/1.4.2.3i 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:45:49 -0000 * Gary Stanley [080321 16:35] wrote: > At 07:29 PM 3/21/2008, Alfred Perlstein wrote: > >* Gary Stanley [080321 15:59] 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. > > > >1. Is this "FreeBSD-7-RELEASE" or FreeBSD-7-STABLE? > >2. Are you using NFS? > > I'm using -stable and I'm not using nfs. > > I will try kris's suggestions about using libthr. OK, if it still happens then please see if you can get into ddb and give me a backtrace. I've fixed this before (for both libkse and libthr) for another scenario. -Alfred