Re: JVM hang

2000-04-04 Thread Natarajan SK
> > > On Fri, Mar 31, 2000 at 08:14:47AM -0500, John Rousseau wrote: > > > > On Friday Mar 31, 2000, Natarajan SK wrote: > > > > Kevin Hendricks solved a very similar problem for me. This is > > > > assuming that you are using native threads. Try link

JVM hang

2000-03-31 Thread Natarajan SK
Hi, We are facing a JVM hang problem on Linux. We load the JVM from JNI and do an AttachThread to the main jEnv. Therefrom it goes executing into some classes and somewhere in the middle hangs. From the messages printed we find out that it seems to be trying to instantiate a class and t

Problem with JNI

2000-03-30 Thread Natarajan SK
Hi, I've racked more brains than I've got trying to figure this out. If someone can give me a hint as to how I can proceed with solving this problem, I would be obliged. I'm invoking the JVM using dlopen to open the 1.2.2 libjvm.so and am doing a dlsym of the JNI init args and JNI Creat