Closed javierfernandes closed 8 years ago
@faloi Same for you ?
Attached eclipse error log with dump
As stated here
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430736
It could be that both GTK2 and GTK3 libraries are being loaded which causes errors.
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
...
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0.400.2
Two workarounds:
1) start it first with the env var
export SWT_GTK3=0
2) upgrade the glibc version to 2.14 (from 2.13)
I'll try the workarounds and let you know.
The env var approach worked fine. Perhaps you can include that in the documentation, or even better, set it by default in the launcher.
You can close the issue.
Running from console