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]

Re: More info on Java coredump on sparc Solaris


Hi Jeff!

The gdb on the solaris box does not work properly, but here is a dbx message:

dbx ./hello
Reading hello
Reading ld.so.1
signal BUS (invalid address alignment) in elf_reloc_relative at 0xff3c5a94
0xff3c5a94: elf_reloc_relative+0x002c:  ld      [%g1 + %i3], %l0
dbx: warning: handshake with dynamic linker failed or interrupted
dbx: warning: Linkmap is available. Will read symbols
Reading libgcc_s.so.0
Reading libgcj.so.2
Reading libm.so.1
Reading libgcjgc.so.1
Reading libpthread.so.1
Reading librt.so.1
Reading libzgcj.so.0
Reading libsocket.so.1
Reading libdl.so.1
Reading libc.so.1
Reading libaio.so.1
Reading libnsl.so.1
Reading libmp.so.2
Reading libc_psr.so.1
Reading libthread.so.1

Perhaps this helps a bit.
This was 20010514 snaphot
Configured with: ../configure --prefix=/home/kahlert/GCC
--enable-languages=c++,f77,java --enable-threads=posix --with-gnu-as --with-gnu-ld
Thread model: posix
on sparc-sun-solaris2.7.

I am using binutils-2.10.1.

I will attach the gzipped binary (5k), perhaps some binutils guru
can help on this.

Here is the source:
public class hello
{
 public static void main(String[] args)
    {
     System.out.println("Hello World ");
    }
}

-- 
The early bird gets the worm. If you want something else for       
breakfast, get up later.

hello.gz


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