From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31187 invoked by alias); 19 Nov 2009 21:15:45 -0000 Received: (qmail 31166 invoked by uid 48); 19 Nov 2009 21:15:44 -0000 Date: Thu, 19 Nov 2009 21:15:00 -0000 Message-ID: <20091119211544.31165.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/41991] gcj segfaults on i686-apple-darwin* and x86_64-apple-darwin* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "andreast at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2009-q4/txt/msg00055.txt.bz2 ------- Comment #17 from andreast at gcc dot gnu dot org 2009-11-19 21:15 ------- Unfortunately I'm now in the same boat with you: [deuterium:gcc/head/objdir-x86_64] andreast% ./gcc/xgcc -v Using built-in specs. COLLECT_GCC=./gcc/xgcc Target: x86_64-apple-darwin9 Configured with: /Volumes/development/gcc/head/gcc/configure --prefix=/Volumes/development/gcc/head/testbin-x86_64 --build=x86_64-apple-darwin9 --target=x86_64-apple-darwin9 --with-gmp=/usr/local/x86_64 --with-mpfr=/usr/local/x86_64 --disable-static --enable-languages=c,c++,java --disable-multilib Thread model: posix gcc version 4.5.0 20091119 (experimental) [trunk revision 154326] (GCC) And now I always get the abort too: [deuterium:~] andreast% gcj -C hello.java gcj: Internal error: Abort trap (program ecj1) Please submit a full bug report. See for instructions. CrashReporter: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x00007fff80fc1f16 __kill + 10 1 libgcj.11.dylib 0x00000001000136bb _Jv_Throw + 75 (exception.cc:128) 2 libgcj.11.dylib 0x0000000100052582 java::lang::Class* java::lang::Class::forName(java::lang::String*, bool, java::lang::ClassLoader*) + 226 (natClass.cc:108) 3 ??? 0x6176616a2e756e67 0 + 7022907777604742759 Big sigh! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991