From owner-freebsd-java@FreeBSD.ORG Wed Jun 10 17:21:47 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E3C0106566C for ; Wed, 10 Jun 2009 17:21:47 +0000 (UTC) (envelope-from jeffrey.kuntz@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 2370D8FC12 for ; Wed, 10 Jun 2009 17:21:41 +0000 (UTC) (envelope-from jeffrey.kuntz@gmail.com) Received: by rv-out-0506.google.com with SMTP id k40so353653rvb.43 for ; Wed, 10 Jun 2009 10:21:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=4aNelXvXWK2pSBQf1hCr+0m6LC5mrgayivmzUnhfssc=; b=dfwgL87pHU7prj1pv/NzYLfAl1BdtJs2n+AeEf3upE6VrtEC6CZgnho9uQVxNy53sg YgpWpXLhZLWgJx5V6eArYSthRHYs36Gb6C9lBFBnY3498CES34r4ehvfJzPLuCQSvo2v 6/0LPNj6X0TTHoSzJ0nJVsrNeImX1lh0jlUn0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=MQvGMHCq2GpPohnnRJuDGRVstYBHJdtQGf7CACFM44aGH1NZ/mcrR/jp9XIJFr5eqk tQf+sVGG4DcdivKza3UoD+kRHGGgNtcxnogY3+/a0/WFsCcrOawHhMwGuzx5ppoLwSJd fzGm2W5V/69Mw6Yxb20tEA8yVy4PYeskQm1fg= MIME-Version: 1.0 Received: by 10.220.74.85 with SMTP id t21mr1267887vcj.75.1244652518556; Wed, 10 Jun 2009 09:48:38 -0700 (PDT) Date: Wed, 10 Jun 2009 11:48:38 -0500 Message-ID: <56b902d80906100948q734268ccwa5c10210ae7fd05b@mail.gmail.com> From: Jeff Kuntz To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Make Install Clean Eclipse - Cannot reserve enough space for object heap X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 17:21:47 -0000 I recently tried to install eclipse from the port tree and got several errors saying that it couldn't reserve enough space for the object heap. I tried changing the default java -Xmx -Xms several times but I kept getting the same error output that will be shown below. I am just wondering if this is a common problem, or if I am doing something dumb? If you need more information just let me know. Jeff ===> Building for eclipse-3.4.1 [: missing ] Error occurred during initialization of VM Could not reserve enough space for object heap # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x88110029, pid=32202, tid=0x88201200 # # Java VM: Diablo Java HotSpot(TM) Client VM (10.0-b23 mixed mode bsd-x86) # Problematic frame: # C [libc.so.7+0x64029] free+0x69 # # An error report file with more information is saved as: # /tmp/ports/usr/ports/java/eclipse/work/hs_err_pid32202.log # # Please submit bug reports to freebsd-java@FreeBSD.org # Abort trap Error occurred during initialization of VM Could not reserve enough space for object heap # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x88110029, pid=32216, tid=0x88201200 # # Java VM: Diablo Java HotSpot(TM) Client VM (10.0-b23 mixed mode bsd-x86) # Problematic frame: # C [libc.so.7+0x64029] free+0x69 # # An error report file with more information is saved as: # /tmp/ports/usr/ports/java/eclipse/work/hs_err_pid32216.log # # Please submit bug reports to freebsd-java@FreeBSD.org # Abort trap Error occurred during initialization of VM Could not reserve enough space for object heap # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x88110029, pid=32230, tid=0x88201200 # # Java VM: Diablo Java HotSpot(TM) Client VM (10.0-b23 mixed mode bsd-x86) # Problematic frame: # C [libc.so.7+0x64029] free+0x69 # # An error report file with more information is saved as: # /tmp/ports/usr/ports/java/eclipse/work/hs_err_pid32230.log # # Please submit bug reports to freebsd-java@FreeBSD.org # Abort trap *** Error code 134 Stop in /usr/ports/java/eclipse. make install clean 0.15s user 0.07s system 79% cpu 0.269 total