Bug 64650 - Pressing F1within a SWT 3.0 browser view shuts down the Workbench
Summary: Pressing F1within a SWT 3.0 browser view shuts down the Workbench
Status: RESOLVED DUPLICATE of bug 63296
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 critical with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 18:56 EDT by Kelvin Low CLA
Modified: 2004-05-31 14:09 EDT (History)
0 users

See Also:


Attachments
Core dump for the exception (268.64 KB, text/plain)
2004-05-28 18:57 EDT, Kelvin Low CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***