I have developed an c++ appn that uses JDBC to run stored procedures and get the results as a list of strings. The apllication worked fine in my local machine, But when I started running it in the remote live machine It runs for some time and crashes without a single error message, When creating the JVM using the JNI API, I specified the option -Xrs that reduces usage of Operating sytem signals, We connect to the remote machine using TNG Remote controller utility, This crash is significant when we restart the connection or loose the connection through TNG. With the introduction of the -Xrs option problem seemed to be solved. Does anyone experienced this sort of behaviour, I need help to stabilize my program, I strongly believe problem is to do with TNG. Our OS is nt 4.0 ------------------
subject: JVM crashes with out any exceptions in JNI