From owner-freebsd-java@FreeBSD.ORG Sun Jan 18 08:16:48 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E73516A4CE; Sun, 18 Jan 2004 08:16:48 -0800 (PST) Received: from debussy.private.org (25.60.138.210.bn.2iij.net [210.138.60.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA0D43D1F; Sun, 18 Jan 2004 08:16:46 -0800 (PST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (localhost [127.0.0.1]) by debussy.private.org (8.12.10/8.12.10) with ESMTP id i0IGJePM002339; Mon, 19 Jan 2004 01:19:41 +0900 (JST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Date: Mon, 19 Jan 2004 01:19:40 +0900 (JST) Message-Id: <20040119.011940.576026292.chat95@mbox.kyoto-inet.or.jp> To: mail@gelf.com From: Nakata Maho In-Reply-To: <20040118023643.GA48825@narcisse.gelf.com> References: <20040118023643.GA48825@narcisse.gelf.com> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: openoffice@FreeBSD.org cc: freebsd-java@FreeBSD.org Subject: Re: regcomp (Error Report: Compiling OpenOffice 1.1.0-1 port on 5.2-RELEASE / JDK 1.4.2-6 port) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 16:16:48 -0000 Hi, Alexander Seems to be rtld problem... I also encountered regcomp when I was compiling upcoming 1.1.1a. > 87 processes: 3 running, 84 sleeping > CPU states: 8.4% user, 0.0% nice, 42.4% system, 1.2% interrupt, 48.1% idle > Mem: 167M Active, 158M Inact, 133M Wired, 28M Cache, 60M Buf, 8524K Free > Swap: 2048M Total, 111M Used, 1937M Free, 5% Inuse > > PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND > 48823 root 120 0 11704K 6872K RUN 1 6:12 98.88% 98.88% regcomp > > > Restarting "make" does not help. Killing make with Control-C leaves > "regcmp" running, which can be killed only with 'kill -9'. anyway, http://www.openoffice.org/issues/show_bug.cgi?id=22253 seems to be crutial for FreeBSD. We should investigate this issue. --maho