[Bug libgcj/30937] Win32: Process.exitValue() does not work after multiple calls to a terminated process

2007-02-23 Thread r_ovidius at eml dot cc
--- Comment #1 from r_ovidius at eml dot cc 2007-02-23 20:53 --- Also seems to affect process.destroy() somehow. The "DONE" is not printed after the destroy call on gcj win32, but is on Sun. public class ProcTest { static Process process; public static void main(Str

[Bug libgcj/30937] New: Win32: Process.exitValue() does not work after multiple calls to a terminated process

2007-02-23 Thread r_ovidius at eml dot cc
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: r_ovidius at eml dot cc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30937

[Bug libgcj/18266] GCJ: Using references drops finalizers causing all apps to eventually crash ( SIGSEGV in GC_register_finalizer_inner () )

2006-11-03 Thread r_ovidius at eml dot cc
--- Comment #15 from r_ovidius at eml dot cc 2006-11-03 22:58 --- Updated summary. (Happy 2 year birthday, stupid stubborn bug.) -- r_ovidius at eml dot cc changed: What|Removed |Added

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread r_ovidius at eml dot cc
--- Comment #11 from r_ovidius at eml dot cc 2006-06-07 03:16 --- Alright, but, it seems strange that code that worked 2 months ago is suddenly broken due to a bug filed 6 years ago. The "Regression" status of this particular situation and this particular code seems to get

[Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread r_ovidius at eml dot cc
--- Comment #4 from r_ovidius at eml dot cc 2006-06-06 20:20 --- Linux RH9 2.4.20 450Mhz WinXP 2Ghz I removed the call to VMSecureRandom from SecureRandom and just return length at the moment, and everything works again. The usage of /dev/random did work as well, but binaries would

[Bug libgcj/27797] win32.cc: FormatMessage fails on win98 for network messages

2006-06-06 Thread r_ovidius at eml dot cc
--- Comment #4 from r_ovidius at eml dot cc 2006-06-06 18:03 --- After reading more from http://tangentsoft.net/wskfaq/newbie.html [2.7], it seems MESSAGE_FROM_MODULE won't really work. A lookup table would be needed like in http://tangentsoft.net/wskfaq/examples/basics/ws-util.cp

[Bug libgcj/27908] New: VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-05 Thread r_ovidius at eml dot cc
c Version: 4.2.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: r_ovidius at eml dot cc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27908

[Bug libgcj/27892] gij.cc:104: error: 'setenv' was not declared in this scope

2006-06-05 Thread r_ovidius at eml dot cc
--- Comment #3 from r_ovidius at eml dot cc 2006-06-05 19:14 --- Same on mingw. -- r_ovidius at eml dot cc changed: What|Removed |Added CC

[Bug libgcj/27797] win32.cc: FormatMessage fails on win98 for network messages

2006-06-05 Thread r_ovidius at eml dot cc
--- Comment #3 from r_ovidius at eml dot cc 2006-06-05 14:46 --- The intent was to stop my app from segfaulting. :) I'm not sure what you are getting at... FormatMessage fails when looking up nErrorCode, since Win98 doesn't have error messages in FORMAT_MESSAGE_FROM_SYSTEM f

[Bug libgcj/27797] New: win32.cc: FormatMessage fails on win98 for network messages

2006-05-29 Thread r_ovidius at eml dot cc
ED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: r_ovidius at eml dot cc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27797

[Bug bootstrap/27251] [4.2 Regression] undefined reference to `vec_assert_fail' with --disable-checking

2006-05-20 Thread r_ovidius at eml dot cc
--- Comment #4 from r_ovidius at eml dot cc 2006-05-20 19:53 --- The build was a crossed-native. A cross compiler (linux->mingw) was building a mingw native compiler. build=i686-pc-linux-gnu host=i686-pc-mingw32 target=i686-pc-mingw32 -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug bootstrap/27251] New: undefined reference to `vec_assert_fail' with --disable-checking

2006-04-21 Thread r_ovidius at eml dot cc
: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: r_ovidius at eml dot cc GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-mingw32 GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27251

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-20 Thread r_ovidius at eml dot cc
--- Comment #6 from r_ovidius at eml dot cc 2006-04-21 05:02 --- One of the first things I tried was to remove the instanceof check and see what would happen, but it just lead to another exception (I don't recall what it was). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228

[Bug libgcj/27231] New: java.lang.StringIndexOutOfBoundsException in HTTPURLConnection.connect

2006-04-20 Thread r_ovidius at eml dot cc
HTTPURLConnection.connect Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: r_ovidius at eml dot cc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27231

[Bug libgcj/27228] New: java.security.InvalidAlgorithmParameterException

2006-04-20 Thread r_ovidius at eml dot cc
Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: r_ovidius at eml dot cc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228

[Bug classpath/27163] FTP directory listing doesn't work

2006-04-20 Thread r_ovidius at eml dot cc
--- Comment #3 from r_ovidius at eml dot cc 2006-04-20 17:20 --- Try with String url = "ftp://gcc.gnu.org";; (notice the missing "/" at the end). This results in gnu.java.net.protocol.ftp.FTPException: Invalid number

[Bug libgcj/27163] New: FTP directory listing doesn't work

2006-04-14 Thread r_ovidius at eml dot cc
} } -- Summary: FTP directory listing doesn't work Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: r_ovidius at eml dot cc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27163

[Bug libgcj/25593] Socket problems

2006-03-07 Thread r_ovidius at eml dot cc
--- Comment #3 from r_ovidius at eml dot cc 2006-03-08 04:56 --- Yes, I just compiled 4.1 on linux and the testcase works there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25593