Hi,
I use Java access bridge to interact with a Java application. Normally, everything works smoothly, but sometimes both Java app and BP stop responding and I have to kill them both. Funny thing is that none of them actually says it is not responding (in the window title or task manager), but they do not respond to any action I take. Killing just one of them does not free the other one either. Users never experience this sort of freeze in the Java app. It looks like apps get each other into a deadlock, I just cannot figure out why and how. Logs show nothing and I have enabled crash dumping just recently, therefore I do not have any outcome yet. Anyway, any idea will be appreciated. Thanks