From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1714 invoked by alias); 7 Jul 2005 09:45:01 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 1680 invoked by uid 48); 7 Jul 2005 09:45:00 -0000 Date: Thu, 07 Jul 2005 09:45:00 -0000 From: "klaus dot kusche at inode dot at" To: java-prs@gcc.gnu.org Message-ID: <20050707094458.22341.klaus.kusche@inode.at> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/22341] New: Interix: gcj out of virtual mem during libgcj make X-Bugzilla-Reason: CC X-SW-Source: 2005-q3/txt/msg00025.txt.bz2 List-Id: When making libgcj on Interix, make reproducibly fails in those steps where many class files are compiled into a single object, e.g. when making gnu-xml.o. The error given by gcj is "virtual memory exhausted: Permission denied". Watching "gcj" in the task manager confirms this: It has about 1.5 GB virt mem just before the error. Changing "GCJFLAGS" from "-O2" to "-O" in "Makefile" works around the problem. -- Summary: Interix: gcj out of virtual mem during libgcj make Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: critical Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: klaus dot kusche at inode dot at CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC build triplet: i586-pc-interix3 GCC host triplet: i586-pc-interix3 or i586-pc-mingw32 GCC target triplet: i586-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22341