Creating New File with Nav Bar Freezes Phpstorm 7 on kde
EDIT: just found out if i minimize the ide then maximize, i regain control and can type normally. seems to be a focus loosing issue that hangs the ide...?
I am running linux mint (kernal: 3.8.0-26-generic, amd64) and using kde 4.10.5. JRE: 1.7.0_51-b13 (Oracle Corporation), and JVM: 24.51-b03 (Java HotSpot(TM) 64-Bit Server VM). I have tried many builds of phpstorm 7, but they all have the same issue on my machine. I can create new files using the sidebar and my mouse. But if I alt+home then alt+insert then type "somefile.php" and hit enter...the ide will freeze for awhile. The new file comes up..but the gutter is missing and there is no cursor. When i start phpstorm from the konsole and click the missing gutter...it appears and dumps the following:
2014-01-16 07:51:14,695 [ 29288] ERROR - llij.ide.plugins.PluginManager - -21
java.lang.AssertionError: -21
at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:1055)
at com.intellij.openapi.editor.impl.EditorImpl.yPositionToLogicalLine(EditorImpl.java:1060)
at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.c(EditorGutterComponentImpl.java:1518)
at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.d(EditorGutterComponentImpl.java:1532)
at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.e(EditorGutterComponentImpl.java:1555)
at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.mouseReleased(EditorGutterComponentImpl.java:1338)
at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:3944)
at com.intellij.openapi.editor.impl.EditorImpl.access$9900(EditorImpl.java:137)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter$2.run(EditorImpl.java:5428)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:124)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.c(EditorImpl.java:5431)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mouseReleased(EditorImpl.java:5327)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
at java.awt.Component.processMouseEvent(Component.java:6505)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:696)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:520)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
2014-01-16 07:51:14,697 [ 29290] ERROR - llij.ide.plugins.PluginManager - PhpStorm 7.1.1 Build #PS-133.564
2014-01-16 07:51:14,697 [ 29290] ERROR - llij.ide.plugins.PluginManager - JDK: 1.7.0_51
2014-01-16 07:51:14,697 [ 29290] ERROR - llij.ide.plugins.PluginManager - VM: Java HotSpot(TM) 64-Bit Server VM
2014-01-16 07:51:14,697 [ 29290] ERROR - llij.ide.plugins.PluginManager - Vendor: Oracle Corporation
2014-01-16 07:51:14,697 [ 29290] ERROR - llij.ide.plugins.PluginManager - OS: Linux
2014-01-16 07:51:14,697 [ 29290] ERROR - llij.ide.plugins.PluginManager - Last Action: NewElement
Unfortunatly the ide stays frozen (no cursor) for awhile. When I type nothing happens..although after about a minute my keystrokes appear in the sidebar under search. log file attached.
Attachment(s):
idea.log.zip
请先登录再写评论。