Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 251148 Details for
Bug 427776
[GTK3] JVM running Eclipse crashes several times per day to SIGSEGV in gdk_window_get_support_multidevice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
experimental workaround
lol.diff (text/plain), 1.07 KB, created by
Jonny Lamb
on 2015-02-26 11:54:44 EST
(
hide
)
Description:
experimental workaround
Filename:
MIME Type:
Creator:
Jonny Lamb
Created:
2015-02-26 11:54:44 EST
Size:
1.07 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java >index 8710884..0938630 100644 >--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java >+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java >@@ -4341,6 +4341,15 @@ public void setEnabled (boolean enabled) { > OS.gdk_window_set_user_data (enableWindow, 0); > OS.gdk_window_destroy (enableWindow); > enableWindow = 0; >+ >+ /* 427776: now we need to make sure that the GdkWindow has been >+ * removed from the internal hash table of GdkDevice â GdkWindow. >+ * this internal hash table has been removed since GTK 3.12.2 so >+ * once we only target GTK versions newer, the following code can >+ * be removed. */ >+ byte [] buffer = Converter.wcsToMbcs (null, "gtk-pointer-window", true); >+ int POINTER_WINDOW = OS.g_quark_from_string(buffer); >+ OS.g_object_set_qdata (topHandle (), POINTER_WINDOW, 0); > } > } else { > OS.gtk_widget_realize (handle);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 427776
:
239776
| 251148 |
251150
|
251680