NPE with gcc 3.4 when trying to open a tcp-socket
Jörg Maisenbacher
joerg@maisenbachers.de
Tue Sep 16 05:39:00 GMT 2003
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."
More information about the Java
mailing list