java.lang.StackOverflowError

in Help Center
Hi again,
We have two implementations of code that marshalls data between processes running code using C++ and Java. One is implemented in JNI, the other in ICE. When we get exceptions on the Java side using JNI, everything works fine, we get stacktraces and see dialogs popup. However, using ICE, we seem to get a lot of java.lang.StackOverflowError messages that just dump out to the terminal without any other trace informatoin and it seems to happen when our code that catches exceptions tries to print the Exception message using Exception.getMessage().
Searched that the forum db, but did not see anything on this error.
Anyone have any ideas or seen this one before.
Thanks again,
Brian
We have two implementations of code that marshalls data between processes running code using C++ and Java. One is implemented in JNI, the other in ICE. When we get exceptions on the Java side using JNI, everything works fine, we get stacktraces and see dialogs popup. However, using ICE, we seem to get a lot of java.lang.StackOverflowError messages that just dump out to the terminal without any other trace informatoin and it seems to happen when our code that catches exceptions tries to print the Exception message using Exception.getMessage().
Searched that the forum db, but did not see anything on this error.
Anyone have any ideas or seen this one before.
Thanks again,
Brian
0
Comments