From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16848 invoked by alias); 26 Mar 2003 14:56: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 16833 invoked by uid 71); 26 Mar 2003 14:56:01 -0000 Date: Wed, 26 Mar 2003 15:18:00 -0000 Message-ID: <20030326145601.16830.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/msg01803.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 08:52:25 -0600 GNU ld version 2.11.93.0.2 20020207 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 >