8.1 hangs on ubuntu
hi,
suddenly my IDEA is hanging. Browsing in Project View responds normally fast, but when editing source-files (cursor moving goes fast only issue when typing chars) browsing menu-bars it is very slow and shortly hangs.
The weird thing is that yesterday everything worked smoothly, so I am asking where can I find some hooks/logs I can look into.
Other desktop apps are responding normally.
thanks
Please sign in to leave a comment.
More details:
It is also for all L&F options (Motif etc.).
Slow when changing tool-windows.
Slow when browsing menu-bars.
Slow when editing text (pressing Enter, typing other chars works normally fast).
Further logs (maybe there are plugins activated which weren't activated yesterday?).
stdout of idea.sh:
***********************************************************************************************
*** M E M O R Y L E A K S D E T E C T E D ***
***********************************************************************************************
*** ***
*** The following objects were not disposed:
*** com.intellij.openapi.project.impl.ProjectImpl@14712c3 of class class com.intellij.openapi.project.impl.ProjectImpl
*** com.intellij.j2ee.openapi.impl.DataSourceStorage@f3ce62 of class class com.intellij.j2ee.openapi.impl.DataSourceStorage
*** ***
*************************************************************
Log output from Intellij8x/system/log/idea.log:
java.lang.RuntimeException: Not disposed pointer: listener=null
url=file:///home/maldana/tmp/intelliTest/out
Creation trace:
at com.intellij.openapi.vfs.impl.VirtualFilePointerImpl.throwNotDisposedError(VirtualFilePointerImpl.java:28)
at com.intellij.openapi.vfs.impl.VirtualFilePointerManagerImpl.disposeComponent(VirtualFilePointerManagerImpl.java:9)
at com.intellij.openapi.components.impl.ComponentManagerImpl.disposeComponents(ComponentManagerImpl.java:46)
at com.intellij.openapi.application.impl.ApplicationImpl.dispose(ApplicationImpl.java:201)
at com.intellij.openapi.util.Disposer$1.execute(Disposer.java:38)
at com.intellij.openapi.util.Disposer$1.execute(Disposer.java:36)
at com.intellij.openapi.util.objectTree.ObjectNode$1.execute(ObjectNode.java:111)
at com.intellij.openapi.util.objectTree.ObjectNode$1.execute(ObjectNode.java:93)
at com.intellij.openapi.util.objectTree.ObjectTree.executeActionWithRecursiveGuard(ObjectTree.java:125)
at com.intellij.openapi.util.objectTree.ObjectNode.execute(ObjectNode.java:93)
at com.intellij.openapi.util.objectTree.ObjectTree.executeAll(ObjectTree.java:114)
at com.intellij.openapi.util.Disposer.dispose(Disposer.java:95)
at com.intellij.openapi.util.Disposer.dispose(Disposer.java:91)
at com.intellij.openapi.application.impl.ApplicationImpl.d(ApplicationImpl.java:362)
at com.intellij.openapi.application.impl.ApplicationImpl.access$100(ApplicationImpl.java:264)
at com.intellij.openapi.application.impl.ApplicationImpl$10.run(ApplicationImpl.java:10)
at com.intellij.openapi.application.impl.ApplicationImpl.exit(ApplicationImpl.java:207)
at com.intellij.openapi.application.impl.ApplicationImpl.exit(ApplicationImpl.java:300)
at com.intellij.openapi.wm.impl.IdeFrameImpl$1$1.run(IdeFrameImpl.java:9)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:16)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
I remember to have changed to nvidia-drivers and Xinerama yesterday. I switched back now to standard settings and the slow/delay thing went away. I will try tomorrow the Nvidia thing again and see whether this was the reason.