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]

Next Problem: ALPHA OSF1 and HelloWorld


Due to my problem with mips-tfile, I tried to compile by hand my
HelloWorld.java(Could some check it?(bottom part of email). I have hello
executable (finally I
have helloworld executable) BUT It is not working. I have a core dump.
This is the backtrace of hello.
I know that my problems could be related because I am not using GNU ld and
GNU as, but they are not supported in my OSF1 V5.0 910.


Program received signal SIGABRT, Aborted.
0x3ff800e0f18 in kill ()
(gdb) bt
#0  0x3ff800e0f18 in kill ()
#1  0x3ff801c017c in tis_lock_global ()
#2  0x3ff801182e8 in __tis_raise ()
#3  0x3ff8016b214 in raise ()
#4  0x3ff80189114 in abort ()
#5  0x120005e68 in uw_init_context_1 (context=0x1400fdd40,
    outer_cfa=0x1400fdd30, outer_ra=0x140107aa0)
    at ../../gcc-20010702/gcc/unwind-dw2.c:981
#6  0x1200061cc in _Unwind_RaiseException (exc=0x140069fa0)
    at ../../gcc-20010702/gcc/unwind-dw2.c:981
#7  0x3ffbfeac27c in _Jv_Throw (value=0x140079e60)
    at ../../../gcc-20010702/libjava/exception.cc:104
#8  0x3ffbfebda20 in _ZN4java2io14FileDescriptor5writeEi
(this=0x140069fa0,
    b=1074807432) at ../../../gcc-20010702/libjava/gcj/cni.h:114
warning: Hit heuristic-fence-post without finding
warning: enclosing function for address 0x140069fa0
This warning occurs if you are debugging a function without any symbols
(for example, in a stripped executable).  In that case, you may wish to
increase the size of the search with the `set heuristic-fence-post'
command.



/usr/users/ake/gcc18/bin/../lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/jc1
HelloWorld.java -fuse-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -quiet
-dumpbase HelloWorld.java -g1 -version -o temp1.s
as -g -oldas -c -nocpp -O0 -o temp2.o  temp1.s
/usr/users/ake/gcc18/bin/../lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/mips-tfile -v-o temp2.o temp1.s
/usr/users/ake/gcc18/bin/../lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/jvgenmain
HelloWorld temp3.i
/usr/users/ake/gcc18/bin/../lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/cc1 temp3.i -
quiet -dumpbase HelloWorld.c -g1 -version -fdollars-in-identifiers -o temp4.s
as -g -oldas -c -nocpp -O0 -o temp5.o temp4.s
/usr/users/ake/gcc18/bin/../lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/mips-tfile
-v  -o temp5.o temp4.s
/usr/users/ake/gcc18/lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/collect2 -G 8
-O1 -call_shared -o hello /usr/lib/cmplrs/cc/crt0.o -L/usr/users/ake/gcc18/bin/../lib/
gcc-lib/alphaev56-dec-osf5.0/3.0.1 -L/usr/users/ake/gcc18/bin/../lib/gcc-lib -L/
usr/users/ake/gcc18//lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1 -L/usr/lib/cmplrs/cc
-L/usr/users/ake/gcc18/bin/../lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/../../..
-L/usr/users/ake/gcc18//lib/gcc-lib/alphaev56-dec-osf5.0/3.0.1/../../..
temp2.o temp5.o -lgcc -lc -lgcc  -lgcj -lm -lgcjgc -lzgcj -lc -liconv



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