Bug 558010 - SWT Shell.dispose crash sometime
Summary: SWT Shell.dispose crash sometime
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.4.1   Edit
Hardware: PC Windows 10
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-09 00:04 EST by Porntep Somboon CLA
Modified: 2019-12-09 00:04 EST (History)
0 users

See Also:


Attachments
zipped javacore (879.80 KB, application/x-zip-compressed)
2019-12-09 00:04 EST, Porntep Somboon CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Porntep Somboon CLA 2019-12-09 00:04:14 EST
Created attachment 281165 [details]
zipped javacore

Help me please.
This application crash sometime when Shell.dispose on window 10

The application is Eclipse 4.4.1 SWT based.

1TISIGINFO     Dump Event "gpf" (00002000) received 

1XHEXCPMODULE  Module: C:\WINDOWS\System32\MSCTF.dll
1XHEXCPMODULE  Module_base_address: 00007FFDA1140000
1XHEXCPMODULE  Offset_in_DLL: 00000000000618F3

Java callstack:
	at org/eclipse/swt/internal/win32/OS.DestroyWindow(Native Method)
	at org/eclipse/swt/widgets/Control.destroyWidget(Control.java:779)
	at org/eclipse/swt/widgets/Shell.destroyWidget(Shell.java:698)
	at org/eclipse/swt/widgets/Widget.release(Widget.java:826)
	at org/eclipse/swt/widgets/Widget.dispose(Widget.java:454)
	at org/eclipse/swt/widgets/Decorations.dispose(Decorations.java:447)
	at org/eclipse/swt/widgets/Shell.dispose(Shell.java:715)