We use gjtapi in our desktop application. Very often (every second time) the jvm crashes when the application will be ended. The Reason is an access violation by the tapi3Provider.dll.
Looks like this:
# Java VM: Java HotSpot(TM) Client VM (1.4.2_15-b02 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x10cae]
# ...
We have the same appearance no matter which java version we user 1.4, 1.5 or 1.6.
Sometime the jvm crashes immediately after calling shutdown-Method of the GenericProvider and sometimes when the jvm tries to shutdown itself.
This might be a cpp bug in the dll.
We user gjtapi1.9rc1.jar. With the latest Tapi3Provider.dll (Revision 1.7).