Bug 563373 - Eclipse locks up forever
Summary: Eclipse locks up forever
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.16   Edit
Hardware: PC Windows 10
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-19 19:16 EDT by trampas CLA
Modified: 2020-05-21 14:17 EDT (History)
0 users

See Also:


Attachments
lock up bugs (484.48 KB, text/plain)
2020-05-19 19:16 EDT, trampas CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description trampas CLA 2020-05-19 19:16:12 EDT
Created attachment 282945 [details]
lock up bugs

I keep having eclipse lock up forever, and end up loosing code changes.

I started eclipse with -verbose -debug and the output is attached. I am not sure the errors are the cause of the lock up or not...
Comment 1 trampas CLA 2020-05-21 14:17:01 EDT
Start VM: -Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
-Xverify:none
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms1G
-Xmx2G
--add-modules=ALL-SYSTEM
-Djava.class.path=C:\Users\Trampas\eclipse\cpp-latest-released\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
-os win32
-ws win32
-arch x86_64
-showsplash C:\Users\Trampas\.p2\pool\plugins\org.eclipse.epp.package.common_4.15.0.20200313-1200\splash.bmp
-launcher C:\Users\Trampas\eclipse\cpp-latest-released\eclipse\eclipse.exe
-name Eclipse
--launcher.library C:\Users\Trampas\.p2\pool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426\eclipse_1902.dll
-startup C:\Users\Trampas\eclipse\cpp-latest-released\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
--launcher.appendVmargs
-product org.eclipse.epp.package.cpp.product
-verbose
-debug
-consoLog
-vm C:/Program Files/Java/jdk-12.0.1/bin\server\jvm.dll
-vmargs
-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
-Xverify:none
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms1G
-Xmx2G
--add-modules=ALL-SYSTEM
-Djava.class.path=C:\Users\Trampas\eclipse\cpp-latest-released\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
Install location:
    file:/c:/Users/Trampas/eclipse/cpp-latest-released/eclipse/
Configuration file:
    file:/c:/Users/Trampas/eclipse/cpp-latest-released/eclipse/configuration/config.ini loaded
Configuration location:
    file:/c:/Users/Trampas/eclipse/cpp-latest-released/eclipse/configuration/
Framework located:
    file:/C:/Users/Trampas/.p2/pool/plugins/org.eclipse.osgi_3.15.200.v20200214-1600.jar
Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar
        eclipse.properties not found
Framework classpath:
    file:/C:/Users/Trampas/.p2/pool/plugins/org.eclipse.osgi_3.15.200.v20200214-1600.jar
    file:/C:/Users/Trampas/.p2/pool/plugins/
    file:/C:/Users/Trampas/.p2/pool/plugins/org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar
Splash location:
    C:\Users\Trampas\.p2\pool\plugins\org.eclipse.epp.package.common_4.15.0.20200313-1200\splash.bmp
Debug options:
    file:/C:/Users/Trampas/.options not found
Time to load bundles: 15
Starting application: 1190
log4j:WARN No appenders could be found for logger (org.eclipse.jgit.internal.storage.file.FileSnapshot).
log4j:WARN Please initialize the log4j system properly.
Application started in : 11134ms
Warning: Nashorn engine is planned to be removed from a future JDK release
Error while informing user about event loop exception:
org.eclipse.swt.SWTError: No more handles
        at org.eclipse.swt.SWT.error(SWT.java:4749)
        at org.eclipse.swt.SWT.error(SWT.java:4638)
        at org.eclipse.swt.SWT.error(SWT.java:4609)
        at org.eclipse.swt.widgets.Display.error(Display.java:1166)
        at org.eclipse.swt.widgets.Display.internal_new_GC(Display.java:2576)
        at org.eclipse.swt.graphics.TextLayout.computeRuns(TextLayout.java:240)
        at org.eclipse.swt.graphics.TextLayout.getLineCount(TextLayout.java:1890)
        at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:1248)
        at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:886)
        at org.eclipse.swt.custom.StyledTextRenderer.calculate(StyledTextRenderer.java:296)
        at org.eclipse.swt.custom.StyledTextRenderer.calculateClientArea(StyledTextRenderer.java:325)
        at org.eclipse.swt.custom.StyledText.resetCache(StyledText.java:8108)
        at org.eclipse.swt.custom.StyledText.redraw(StyledText.java:7653)
        at org.eclipse.cdt.internal.ui.LineBackgroundPainter.redrawPositions(LineBackgroundPainter.java:412)
        at org.eclipse.cdt.internal.ui.LineBackgroundPainter.paint(LineBackgroundPainter.java:296)
        at org.eclipse.jface.text.PaintManager.paint(PaintManager.java:305)
        at org.eclipse.jface.text.PaintManager.mouseDown(PaintManager.java:323)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
        at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4105)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1037)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3922)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3524)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049)
        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
        at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:658)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:557)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:154)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
Dialog open exception: