| Summary: | Cannot use eclipse over remote ssh when using -X instead of -Y | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Billy Biggs <billy.biggs> | ||||
| Component: | SWT | Assignee: | Bogdan Gheorghe <gheorghe> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | akurtakov, billy.biggs, cocoakevin, ericwill, oyvind.harboe, saravanan184, Silenio_Quarti, vishnu.naikawadi | ||||
| Version: | 3.1 | Keywords: | triaged | ||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux-GTK | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
*** Bug 104971 has been marked as a duplicate of this bug. *** Here are my observations: - Running Debian Linux box - Connecting from a Windows machine w/CygWin SSH and running Xming X server - Switched to Java 5.0 - Now using ssh -Y With the combination of these two changes on two different machines(both running Debian), I've not been able to reproduce the livelock(https://bugs.eclipse.org/bugs/show_bug.cgi?id=104971) *** Bug 116543 has been marked as a duplicate of this bug. *** Created attachment 260434 [details]
Displaying NULL in Eclipse Market place window
(In reply to Saravanan Rajendran from comment #4) > Created attachment 260434 [details] > Displaying NULL in Eclipse Market place window I can't see how is this relevant to the bug. The stack trace reported with the original issue no longer exists as we don't use such methodologies anymore. I am going to close this ticket, please repoen it if the issue persists on GTK3.22/24 and SWT 4.10. |
I20050510-0010 When using eclipse with OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 on Fedora Core 3 and using -X instead of -Y, eclipse crashes when it tries to get the mouse pointer relative to the root window. Using DeviceData.debug = true I got the following trace. Commenting out the call to gdk_window_get_pointer works around the issue for me. org.eclipse.swt.SWTError: Unspecified error at org.eclipse.swt.graphics.Device.XErrorProc(Device.java:783) at org.eclipse.swt.internal.gtk.OS._gdk_window_get_pointer(Native Method) at org.eclipse.swt.internal.gtk.OS.gdk_window_get_pointer(OS.java:2940) at org.eclipse.swt.widgets.Control.gtk_motion_notify_event(Control.java:2028) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1354) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3331) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)