This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Java 3.3 regression details from sparc-sun-solaris2.7


On Mon, 27 Jan 2003, Andrew Haley wrote:
>  > > FAIL: TLtest execution - gij test
>  >
>  > Can you post a stack trace from gdb at the point of the SIGSEGV?  (Make
>  > sure you continue past the first SIGSEGV in GC_find_limit-- that one is
>  > normal.)
>
> SPARC runs with -fcheck-references, so any SEGV (except that first
> one) must be a code generation bug, or perhaps something wrong with
> the runtime.  Linker problem, perhaps?

My guess is a problem in the runtime, since I don't see the same failures
on solaris 2.8:

http://gcc.gnu.org/ml/gcc-testresults/2003-01/msg01199.html

If Kaveh or someone can find out if the SEGV occurs at all, that'll be
another important clue.

(Come to think of it... why do we install a SIGSEGV handler at all on
-fcheck-references targets?  It only seems to complicate debugging in
these situations.)

Jeff


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