From owner-freebsd-current@FreeBSD.ORG Tue May 6 11:56:30 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FB5B37B401 for ; Tue, 6 May 2003 11:56:30 -0700 (PDT) Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.203.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4C443FA3 for ; Tue, 6 May 2003 11:56:29 -0700 (PDT) (envelope-from leonnguyen@brutele.be) Received: from michael.meinert.be (212.68.251.155.brutele.be [212.68.251.155]) by mirapoint2.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id AHH15524; Tue, 6 May 2003 20:56:27 +0200 (CEST) Date: Tue, 6 May 2003 20:55:34 +0200 From: tnhn To: freebsd-current@freebsd.org Message-Id: <20030506205534.56c94e15.leonnguyen@brutele.be> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: groff and "make buildworld" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 18:56:30 -0000 Hi there, I just synchronized and when trying to buildworld it stalled at "groff -Tascii -mtty-char -ms -o1- /usr/src/share/doc/papers/beyond4.3/beyond43.ms | gzip -cn > beyond43.ascii.gz". The process "Troff" is taking 99% CPU but the system is not freezed, I can kill the process and he re-stalled at the next doc he try to gzip... I'm pretty sure this is related to that : http://www.freebsdforums.org/forums/showthread.php?threadid=9395 but can't find a solution to. Thx in advance Leon