From owner-freebsd-stable@FreeBSD.ORG Tue Jul 22 15:29:43 2008 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40A9B1065674; Tue, 22 Jul 2008 15:29:43 +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 40DA48FC20; Tue, 22 Jul 2008 15:29:39 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4885FCE5.1060507@FreeBSD.org> Date: Tue, 22 Jul 2008 17:29:41 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Mikhail Teterin References: <4885F2A6.5020204@aldan.algebra.com> In-Reply-To: <4885F2A6.5020204@aldan.algebra.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@FreeBSD.org, questions@FreeBSD.org Subject: Re: "sleeping without queue" ? 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: Tue, 22 Jul 2008 15:29:43 -0000 Mikhail Teterin wrote: > Hello! > > My attempt to build openoffice.org-3 seems to be hanging. Pressing > Ctrl-T produces: > > load: 0.11 cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k > > (tcsh is used by OOo's build-script). What is this "sleeping without > queue" state, and why is process in it for so long? > > This is an 4-CPU amd64 system with 4Gb of RAM. Only 16% of the swap is > currently in use and the box seems to be perfectly fine otherwise. > Uptime is 55 days, two different X-sessions are functional... The kernel > is FreeBSD 7.0-STABLE #0: Sat Mar 8 16:02:37. > > Thanks! What is the process backtrace? Kris