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
Bryce McKinlay writes:
>
> This is a "Miranda methods" bug - see
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12254 where I have posted a
> patch.
Oddly, debugging this in gdb didn't reveal that it had anything to do
with the Miranda bug -- optimization so obfuscated the real situation
that it appeared to me native code was being miscompiled. But I
should have cross-referenced the recent bugs.
Andrew.