This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: NPE with gcc 3.4 when trying to open a tcp-socket
Jörg Maisenbacher writes:
> Andrew Haley wrote:
>
> > I can duplicate this fault with a stock libgcj. It seems to be a
> > miscompilation of the library.
>
> Is there something i can do about this?
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.
Andrew.