This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj/44: HelloWorld dumps core (SIGSEGV) (no CLASSPATH set)


The following reply was made to PR libgcj/44; it has been noted by GNATS.

From: Tom Tromey <tromey@cygnus.com>
To: adam@cfar.umd.edu
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: libgcj/44: HelloWorld dumps core (SIGSEGV) (no CLASSPATH set)
Date: Sun, 12 Sep 1999 20:32:13 -0700

 You probably have the infamous Solaris bug.  The fix is to use the
 latest GNU ld from binutils instead of the Solaris linker.
 
 The debugger stack trace you sent is a bit deceptive.  The GC catches
 some SEGVs when it is finding the stack limits; in this case I believe
 if you "continue" you will see that this SEGV is one such.
 
 Tom
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]