Re: Cygwin 1.5.10: Possible bug

2004-06-21 Thread Dave Neary
Hi Shaddy, Shaddy Baddah wrote: In my experience with JNI dll's under cygwin, they can behave very erratically in the following situation. If you execute the JNI dll loading application from rxvt, or xterm, i.e. using a pseudo-terminal. Are you doing this? No - usually I launch the java process in

Cygwin 1.5.10: Possible bug

2004-06-21 Thread Dave Neary
Hi all, I have come across a problem with cygwin (I think) which prevents it from being used to compile JNI bindings. If I link any code to cygwin, and then try to load the resulting dll with System.loadLibrary, the JVM "gets stuck" and goes to 100% activity. Eventually, I kill it. Previously,