From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32488 invoked by alias); 13 May 2010 21:10:17 -0000 Received: (qmail 32283 invoked by uid 48); 13 May 2010 21:09:29 -0000 Date: Thu, 13 May 2010 21:10:00 -0000 Message-ID: <20100513210929.32282.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/44019] xgcc: error trying to exec '/test/gnu/gcc/objdir/./prev-gcc/gnat1': execv: Not e In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg01456.txt.bz2 ------- Comment #5 from danglin at gcc dot gnu dot org 2010-05-13 21:09 ------- I should mention that the data segment size is set to 2097152 kbytes on the hpux machine where I see this error. Due to the segmented architecture of the 32-bit runtime on hpux, making this bigger isn't going to help. The linux machine where I first saw this error has an unlimited data segment size but is limited by the 32-bit virtual address space. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44019