From owner-freebsd-stable@FreeBSD.ORG Tue Jul 22 16:22: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 917D51065674 for ; Tue, 22 Jul 2008 16:22:43 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 705FB8FC1A for ; Tue, 22 Jul 2008 16:22:43 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 30972 invoked from network); 22 Jul 2008 16:22:43 -0000 Received: from aldan.algebra.com (HELO [127.0.0.1]) (mi@[216.254.65.224]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Jul 2008 16:22:42 -0000 Message-ID: <4886094F.4020101@aldan.algebra.com> Date: Tue, 22 Jul 2008 12:22:39 -0400 From: Mikhail Teterin User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: Jeremy Chadwick References: <4885F2A6.5020204@aldan.algebra.com> <4885FCE5.1060507@FreeBSD.org> <48860725.9050808@aldan.algebra.com> <20080722161958.GA11139@eos.sc1.parodius.com> In-Reply-To: <20080722161958.GA11139@eos.sc1.parodius.com> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 8bit Cc: Kris Kennaway , questions@FreeBSD.org, stable@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 16:22:43 -0000 Jeremy Chadwick ΞΑΠΙΣΑΧ(ΜΑ): > On Tue, Jul 22, 2008 at 12:13:25PM -0400, Mikhail Teterin wrote: > >> Kris Kennaway ΞΑΠΙΣΑΧ(ΜΑ): >> >>> 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. >>>> >>> What is the process backtrace? >>> >> Hard to say... The process ID 79759. According to ps(1), that PID exists: >> 79759 p6 DE+ 0:00,00 /bin/tcsh -fc >> /meow/ports/editors/openoffice.org-3/work/BEB300_m3/solver/300/unxfbsdx.pro/bin/makedepend >> @/tmp/mk2WUYYi > ../../../unxfbsdx.pro/misc/s_addincol.dpcc >> According to gdb, it does not: >> [...] > Syntax appears wrong; "gdb [program] 79759" would be what you want. > Yes, indeed. The result is similar, though: % gdb /bin/tcsh 79759 [...] Attaching to program: /bin/tcsh, process 79759 ptrace: No such process. /meow/ports/79759: No such file or directory. Thanks, -mi