Customer Problem Description:
--------------------------------
I am using 3rd party software (Jintegra) to embed MS graphical activeX controls into java swing components. My problem is that some operations on this embedded activeX control causes the java process to crash. Testcase attached:
Here goes:
1) activeX.zip contains ViewerActiveX50.exe which will install the activeX control on your system(s).
2) jintegra_dlls.zip contains dlls that must be added to a directory on your machine's system path.
3) java_sources.zip contains all the source files you'll need to run a simple test program illustrating the bug. The main class is Test.java. You will need to add "jintegra.jar" to your classpath in order to compile and run Test.java.
Now here are the steps to reproduce the bug:
1) Run the java program.
2) Right click on the activeX control.
3) Select File --> Import From...
4) Import "TRna.pdb", which I have attached
5) Right click on the activeX control.
6) Select Edit --> Select All
7) Right click on the activeX control.
8) Select Edit --> Copy
9) The program will crash.
###@###.### 2003-05-01
comments from JIntegra:
-Xss does not work as it should on Win32 in scenarios related to
only calling native code as shown in the attached testcase.
(Java code calls into a native DLL)
This results in a java stack overflow problem