This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Next Problem: ALPHA OSF1 and HelloWorld
- To: tromey at cygnus dot com
- Subject: Next Problem: ALPHA OSF1 and HelloWorld
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- Date: Thu, 19 Jul 2001 16:36:46 +0100 (BST)
- Cc: <java at gcc dot gnu dot org>, Antonio Ake <ake at ecn dot purdue dot edu>
- References: <Pine.GSO.4.33.0107171324510.17097-100000@min.ecn.purdue.edu>
Antonio Ake writes:
> 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.
That may be the problem.
Also, it may be related to a problem that we already know about to do
with static constructors.
It's a shame that we can't see more of the backtrace. That would tell
us if the fault is occurring in a static constructor or not.
Andrew.