From owner-freebsd-java@FreeBSD.ORG Tue Feb 17 08:01:44 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 CCF5516A4CE for ; Tue, 17 Feb 2004 08:01:44 -0800 (PST) Received: from babyruth.hotpop.com (babyruth.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 816BE43D1D for ; Tue, 17 Feb 2004 08:01:44 -0800 (PST) (envelope-from gnuisv@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by babyruth.hotpop.com (Postfix) with SMTP id C78C7111D7C for ; Tue, 17 Feb 2004 15:58:21 +0000 (UTC) Received: from hotpop.com (unknown [218.1.33.146]) by smtp-3.hotpop.com (Postfix) with ESMTP id C1ED9D75495 for ; Tue, 17 Feb 2004 15:50:08 +0000 (UTC) To: freebsd-java@freebsd.org From: gnuisv Date: 18 Feb 2004 00:03:03 +0800 Message-ID: <86u11p7ky0.fsf@hotpop.com> Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: [error reply] "HotSpot Virtual Machine Error, Internal Error" 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: Tue, 17 Feb 2004 16:01:44 -0000 Hi all. I try to compile openoffice-1.1 on freebsd-current(02/18/2004), then, make install prompt this: .... # # HotSpot Virtual Machine Error, Internal Error # Please report this error to # freebsd-java@FreeBSD.org mailing list # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-gnuisv_14_feb_2004_21_14 mixed mode) # # Error ID: 4F533F4253440E4350500063 # Heap at VM Abort: Heap Then, a thread named regcomp got my 99% CPU load. #ps aux ... 1139 root 139 0 11364K 5532K RUN 228:15 84.38% 84.38% regcomp ... How do I do next? I report this problem. Need I kill regcomp or let it continues to run?