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]

Re: NPE with gcc 3.4 when trying to open a tcp-socket


Andrew Haley wrote:
You can try to see if it's a optimizer bug in the C++ compiler.  Try
compiling with "make CXXFLAGS=-g"

Tell me if this fixes things. I'll have a look tomorrow.

I did this, but the result is the same: NPE at execution time :-/


Exception in thread "main" java.lang.NullPointerException
at catch_segv (/home/joerg/g2gui/testcase/../../../gcc_cvs/gcc/libjava/prims.cc:144)
at __restore (Unknown Source)
at gnu.java.net.PlainSocketImpl.setOption(int, java.lang.Object) (/home/joerg/g2gui/testcase/gnu/java/net/natPlainSocketImpl.cc:574)
[...]


^^^^this was the result usng the testfile from a few mails before

nothing changed :-(

joerg

--
Jörg Maisenbacher
   "There are only 10 types of people in the world:
    Those who understand binary and those who don't."


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