Bug 64650

Summary: Pressing F1within a SWT 3.0 browser view shuts down the Workbench
Product: [Eclipse Project] Platform Reporter: Kelvin Low <kelvinlow>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: critical    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Core dump for the exception none

Description Kelvin Low CLA 2004-05-28 18:56:12 EDT
This bug occurs only in the Eclipse 3.0M9 build!

Steps to reproduce:

1. Create a simple plug-in with a view.

2. Add the SWT browser to the view. For example,

public void createPartControl(Composite parent) {
	browser = new Browser(parent, SWT.NONE);
	browser.setUrl("http://www.eclipse.org");
}

3. Run the plug-in as Run-time Workbench.

4. Display the view containing the SWT browser.

5. Press F1. -> Shuts down the Run-time Workbench

Console messages:
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to 
C:\eclipse\javacore.20040528.154726.3828.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.
Comment 1 Kelvin Low CLA 2004-05-28 18:57:57 EDT
Created attachment 11301 [details]
Core dump for the exception
Comment 2 Kelvin Low CLA 2004-05-28 19:03:13 EDT
This bug occurs with both the SUN JRE (1.4.1_05) and the IBM JRE (1.4.2).
Comment 3 Christophe Cornu CLA 2004-05-31 14:09:49 EDT
please reopen if you can reproduce with the latest integration build

*** This bug has been marked as a duplicate of 63296 ***