Community
Participate
Working Groups
Build Identifier: 3.6.2 GM build Browser crash when run BrowserFunction with SWT 32bit component on Win7(64bit) system. Reproducible: Always Steps to Reproduce: 1. Download the SWT 362 GM(swt-3.6.2-win32-win32-x86.zip) from server. 2. Run the attached sample(which is a simple js-java application) with above SWT binary. 3. Click the "Puch to Invoke Java" button in browser, the application crashed with dump.
Created attachment 198368 [details] Sample java code
Created attachment 198369 [details] Java core dump file
The sample code run well on Win7(32bit) system, but always crashed on Win7(64bit). And from the java core dump file, we can see the crash occurred at WebSite.convertToJS() method: arrayTypeDispatch.QueryInterface (COM.IIDIDispatchEx, result) line.
This is fixed in 3.7. *** This bug has been marked as a duplicate of bug 343932 ***