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 251150 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]
Notify mask workaround
workaround.pactch (text/plain), 908 bytes, created by
Marc-André Laperle
on 2015-02-26 13:34:20 EST
(
hide
)
Description:
Notify mask workaround
Filename:
MIME Type:
Creator:
Marc-André Laperle
Created:
2015-02-26 13:34:20 EST
Size:
908 bytes
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 7a4339a..9b54963 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 >@@ -4320,6 +4320,8 @@ public void setEnabled (boolean enabled) { > attributes.window_type = OS.GDK_WINDOW_CHILD; > enableWindow = OS.gdk_window_new (window, attributes, OS.GDK_WA_X | OS.GDK_WA_Y); > if (enableWindow != 0) { >+ int notifyMask = OS.GDK_ENTER_NOTIFY_MASK | OS.GDK_LEAVE_NOTIFY_MASK; >+ OS.gdk_window_set_events (enableWindow, OS.gdk_window_get_events (enableWindow) & ~notifyMask); > OS.gdk_window_set_user_data (enableWindow, parentHandle); > if (!OS.GDK_WINDOWING_X11 ()) { > OS.gdk_window_raise (enableWindow);
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