From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31932 invoked by alias); 20 Nov 2003 21:30:51 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 31924 invoked from network); 20 Nov 2003 21:30:51 -0000 Received: from unknown (HELO tomts20-srv.bellnexxia.net) (209.226.175.74) by sources.redhat.com with SMTP; 20 Nov 2003 21:30:51 -0000 Received: from doublebite.doublebite.com ([67.68.0.16]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031120213050.BZTZ22704.tomts20-srv.bellnexxia.net@doublebite.doublebite.com>; Thu, 20 Nov 2003 16:30:50 -0500 Received: from [192.168.0.251] (unknown [192.168.0.251]) by doublebite.doublebite.com (Postfix) with ESMTP id 426119A825; Thu, 20 Nov 2003 16:30:49 -0500 (EST) Subject: Re: NullPointerException at _Jv_equalUtf8Consts From: Ray Auge To: tromey@redhat.com Cc: rhug-list In-Reply-To: <87smkj0w4m.fsf@fleche.redhat.com> References: <1069344154.13834.9.camel@ibook> <87smkj0w4m.fsf@fleche.redhat.com> Content-Type: text/plain Organization: Message-Id: <1069363848.15608.22.camel@ibook> Mime-Version: 1.0 Date: Thu, 20 Nov 2003 21:30:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00025.txt.bz2 It appears that my binutils is the same version as that of RH 9.0 (binutils-2.13.90.0.18). Do you still think I need a newer one that that?? Ray On Thu, 2003-11-20 at 12:48, Tom Tromey wrote: > >>>>> "Ray" == Ray Auge writes: > > Ray> I get: > Ray> java.lang.NullPointerException > Ray> at _Jv_equalUtf8Consts(_Jv_Utf8Const, _Jv_Utf8Const) > Ray> (/lib/ssa/libgcj.so.4.0.0) > > Ray> any suggestions?? > > As I recall, this particular failure usually indicates an old or buggy > linker. > > Tom