i have again problems with eclipse ide #9387
filippoaceto22
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have problems with eclipse ide again, I launch it with GDK_BACKEND=x11 but the problem exists even if I launch it without any other parameters.
After a while of using it at some point it crashes and then quits. Then I can't launch it anymore if I launch it with GDK_BACKEND=x11, you have to reboot.
From the eclipse logs I can't figure out what's going on, there are these lines
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
a org.eclipse.swt.SWT.error(SWT.java:4952)
a org.eclipse.swt.widgets.Display.createDisplay(Display.java:1200)
a org.eclipse.swt.widgets.Display.create(Display.java:1124)
a org.eclipse.swt.graphics.Device.(Device.java:167)
a org.eclipse.swt.widgets.Display.(Display.java:633)
a org.eclipse.swt.widgets.Display.(Display.java:624)
a org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:770)
a org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:185)
a org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:208)
a org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
a org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
a org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
a org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
a org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
to org.e
Beta Was this translation helpful? Give feedback.
All reactions