From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11362 invoked by alias); 26 Mar 2003 17:16:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11296 invoked by uid 71); 26 Mar 2003 17:16:01 -0000 Date: Wed, 26 Mar 2003 17:26:00 -0000 Message-ID: <20030326171601.11294.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: steve Subject: Re: libgcj/10214: VM fails to init. Reply-To: steve X-SW-Source: 2003-03/txt/msg01813.txt.bz2 List-Id: The following reply was made to PR libgcj/10214; it has been noted by GNATS. From: steve To: tromey@redhat.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: libgcj/10214: VM fails to init. Date: Wed, 26 Mar 2003 11:11:07 -0600 Tom, I rebuilt gcc to us the latest binutils. I am now using ld version "GNU ld version 2.13.2.1". Still get the same problem. Tom Tromey wrote: >>>>>>"steve" == steve writes: >>>>> > >>>Number: 10214 >>>Category: libgcj >>>Synopsis: VM fails to init. >> > >>>gij HelloWorld >>>#0 0x0009015f in ?? () >>>#1 0x4038b5f2 in _Jv_Throw (value=0x808dfa0) at ../../../libjava/exception.cc:100 >>>#2 0x4039c8c5 in java::lang::Class::forName(java::lang::String*, bool, java::lang::ClassLoader*) (className=0x80998c0, >>> initialize=1 '\001', loader=0x80abfc0) at ../../../libjava/java/lang/natClass.cc:83 >>>#3 0x4039c98a in java::lang::Class::forName(java::lang::String*) (className=0x4a415641) at ../../../libjava/java/lang/natClass.cc:110 >>>#4 0x40366a9a in gnu.gcj.convert.UnicodeToBytes.getDefaultEncoder() () at ../../../libjava/gnu/gcj/convert/UnicodeToBytes.java:49 >> > > > This is probably the first exception thrown during library startup. > Given that, and given that we're crashing during the throw, I suspect > you need a different (more recent) linker. What linker are you using? > > Tom >