Bug 31562 - GP - Tree - Control.setCursor
Summary: GP - Tree - Control.setCursor
Status: RESOLVED DUPLICATE of bug 35842
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Christophe Cornu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 11:45 EST by Nikolay Metchev CLA
Modified: 2003-04-15 14:07 EDT (History)
0 users

See Also:


Attachments
I found these in the C:\Program Files\eclipse\ (7.07 KB, text/plain)
2003-02-11 11:51 EST, Nikolay Metchev CLA
no flags Details
I found these in the C:\Program Files\eclipse\ (6.96 KB, text/plain)
2003-02-11 11:51 EST, Nikolay Metchev CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay Metchev CLA 2003-02-11 11:45:47 EST
On two seperate occasions now eclipse has shut down on me in a very drastic way 
leading me to belive there is a System.exit() somewhere in the eclipse code. On 
both occasions I had the outline (Ctrl+O) showing up on a .class file with 
attatched source and was in the middle of typing a function name.
Comment 1 Adam Kiezun CLA 2003-02-11 11:47:54 EST
i think it was a hard crash - do you have the dump file?
Comment 2 Nikolay Metchev CLA 2003-02-11 11:49:38 EST
when I kill the virtual machine I still get a pop-up with the vm arguments 
showing. That pop-up doesn't show. The .log file doesn't show anything either. 
Where would I get a dump file you refer to?
Comment 3 Nikolay Metchev CLA 2003-02-11 11:51:11 EST
Created attachment 3407 [details]
I found these in the C:\Program Files\eclipse\
Comment 4 Nikolay Metchev CLA 2003-02-11 11:51:31 EST
Created attachment 3408 [details]
I found these in the C:\Program Files\eclipse\
Comment 5 Dirk Baeumer CLA 2003-02-11 13:37:59 EST
Seems to be a SWT problem. Log contains:

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x71752AA5
Function=Ordinal413+0x589
Library=C:\WINNT\system32\COMCTL32.dll

Moving to SWT.
Comment 6 Christophe Cornu CLA 2003-02-12 15:02:59 EST
SN to investigate and advise
Similar to bug 30414, bug 22540, bug 24473, bug 30479 but with yet another
different stack trace
Comment 7 Christophe Cornu CLA 2003-02-12 15:06:30 EST
Changed title to better reflect GP.

Log contains following stack trace:

Current Java thread:
	at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1225)
	at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:152)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:2832)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:2198)
	at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:1774)
	at org.eclipse.swt.widgets.Control.setCursor(Control.java:1873)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at
org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:268)
	at
org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:818)
	at
org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:826)
	at
org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:826)
	at
org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:428)
	at
org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:414)
	at
org.eclipse.jface.viewers.AbstractTreeViewer.expandAll(AbstractTreeViewer.java:405)
	at
org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl$5.modifyText(JavaOutlineInformationControl.java:411)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:181)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:861)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841)
	at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:1782)
	at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:2907)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:2759)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:2198)
	at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1225)
	at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:92)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:2832)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:2198)
	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1292)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1408)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
	at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
	at org.eclipse.core.launcher.Main.run(Main.java:703)
	at org.eclipse.core.launcher.Main.main(Main.java:539)
Comment 8 Christophe Cornu CLA 2003-02-12 16:52:56 EST
Nikolay,
What is your Eclipse build number? (Help > About Eclipse Platform > Build id)
Thank you,
Chris
Comment 9 Nikolay Metchev CLA 2003-02-12 17:36:09 EST
I had I20030206 I belive...but I have upgraded to M5 since!
Comment 10 Christophe Cornu CLA 2003-03-12 11:27:29 EST
Marking all similar W2K Tree GP's duplicate of bug 34826
Please continue reporting when similar crash occurs

*** This bug has been marked as a duplicate of 34826 ***
Comment 11 Christophe Cornu CLA 2003-04-15 14:06:14 EDT
Reopening to mark it as a duplicate of bug 35842 now reslved.
Comment 12 Christophe Cornu CLA 2003-04-15 14:07:03 EDT
See bug 35842 for details

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