View Single Post
  #1 (permalink)  
Old 03-11-2004
brian brian is offline
Registered User
 
Name: brian whitney
Organization: boulder research and development
Project: MarketBank
 
Join Date: Oct 2003
Posts: 119
java.lang.StackOverflowError

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
Reply With Quote