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]

seg fault


I've started a new project (the imap provider for ClasspathX
javamail) and I thought I'd try to do the whole thing, from the
ground up, with GCJ.

I've just built the CVS GCJ and I'm having a problem compiling even
a simple "hello world" class to native code.

Well, I can compile it, but when I run it I get a seg fault.


I'm compiling it like this:

  gcj --main=Test Test.java

I'm sure that the HEAD of the CVS is supposed to be working... but it
clearly isn't for me. It's almost bound to be something I've done,
but I'm not sure how to find out what is causing a seg fault.

Can anyone drop me a few tips for stuff that I might do to debug this
problem?


Nic




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