This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj version 3.4.4 compiles just fine. Segfault upon run.
- From: Tom Tromey <tromey at redhat dot com>
- To: <xistence at x-istence dot com>
- Cc: tsikes at sc dot rr dot com, java at gcc dot gnu dot org
- Date: 10 Feb 2005 17:37:58 -0700
- Subject: Re: gcj version 3.4.4 compiles just fine. Segfault upon run.
- References: <MbqVyojB.1108045415.5574790.xistence@x-istence.com>
- Reply-to: tromey at redhat dot com
>> class random {
>> should be:
>> public class random {
Actually this doesn't matter. The 'main' method must be public, but
there isn't a requirement that the class be.
> Ill try a recompile. Thing is, it never failed to work when compiled from
> the ports tree with the GCC 3.2, so it is kind of weird this is failing.
> Ill make sure to followup with the ports maintainer as well as here.
Usually strange crashes are some bug in the port. Offhand I couldn't
say what the problem is, I don't have access to a FreeBSD machine and
I'm not a FreeBSD expert.
Tom