You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Noel Kuntze (Jira)" <ji...@apache.org> on 2020/02/25 13:48:00 UTC

[jira] [Created] (NETBEANS-3916) Crash in Editor after code highlighting in C file

Noel Kuntze created NETBEANS-3916:
-------------------------------------

             Summary: Crash in Editor after code highlighting in C file
                 Key: NETBEANS-3916
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3916
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.2
         Environment: Arch Linux
            Reporter: Noel Kuntze


I was editing a C source file and the editor window crashed, not displaying any more contents.


 <date>2020-02-25T14:42:07</date>
 <millis>1582638127055</millis>
 <sequence>66913</sequence>
 <level>1000</level>
 <thread>176</thread>
 <message>Error in RequestProcessor org.netbeans.modules.lsp.client.bindings.TextDocumentSyncServerCapabilityHandler$$Lambda$105/980902628</message>
 <exception>
 <message>java.lang.NoClassDefFoundError: org/eclipse/lsp4j/services/LanguageClient</message>
 <frame>
 <class>org.netbeans.modules.lsp.client.bindings.TextDocumentSyncServerCapabilityHandler</class>
 <method>lambda$handleChange$1</method>
 <line>84</line>
 <file>${netBeansDir}modules/org-netbeans-modules-lsp-client.jar</file>
 </frame>
 <frame>
 <class>org.openide.util.RequestProcessor$Task</class>
 <method>run</method>
 <line>1418</line>
 <file>${netbeans.home}lib/org-openide-util.jar</file>
 </frame>
 <frame>
 <class>org.netbeans.modules.openide.util.GlobalLookup</class>
 <method>execute</method>
 <line>45</line>
 <file>${netbeans.home}lib/org-openide-util-lookup.jar</file>
 </frame>
 <frame>
 <class>org.openide.util.lookup.Lookups</class>
 <method>executeWith</method>
 <line>278</line>
 <file>${netbeans.home}lib/org-openide-util-lookup.jar</file>
 </frame>
 <frame>
 <class>org.openide.util.RequestProcessor$Processor</class>
 <method>run</method>
 <line>2033</line>
 <file>${netbeans.home}lib/org-openide-util.jar</file>
 </frame>
 </exception>
 <exception>
 <message>java.lang.ClassNotFoundException: org.eclipse.lsp4j.services.LanguageClient starting from ModuleCL@5f665ef9[org.netbeans.modules.lsp.client] with possible defining loaders [ModuleCL@5f665ef9[org.netbeans.modules.lsp.client]] and declared parents [ModuleCL@3c46c2c6[org.openide.loaders], ModuleCL@21f125da[org.netbeans.modules.editor.document], ModuleCL@47bb9afc[org.openide.dialogs], ModuleCL@1b59cd95[org.netbeans.modules.projectapi], ModuleCL@7e5cb89a[org.netbeans.modules.editor.lib], org.netbeans.JarClassLoader@1e3496ea, ModuleCL@2557a452[org.openide.awt], Netigso[reference:file:ide/modules/com-google-guava.jar], Netigso[reference:file:ide/modules/com-google-gson.jar], ModuleCL@534b59f2[org.openide.text], ...11 more]</message>
 <frame>
 <class>org.netbeans.ProxyClassLoader</class>
 <method>loadClass</method>
 <line>199</line>
 <file>${netbeans.home}lib/boot.jar</file>
 </frame>
 <frame>
 <class>java.lang.ClassLoader</class>
 <method>loadClass</method>
 <line>352</line>
 <file>${java.home}lib/rt.jar</file>
 </frame>
 <more>5</more>
 </exception>
 <exception>
 <message>java.lang.ClassNotFoundException: org.eclipse.lsp4j.services.LanguageClient</message>
 <frame>
 <class>java.net.URLClassLoader</class>
 <method>findClass</method>
 <line>382</line>
 <file>${java.home}lib/rt.jar</file>
 </frame>
 <frame>
 <class>java.lang.ClassLoader</class>
 <method>loadClass</method>
 <line>419</line>
 <file>${java.home}lib/rt.jar</file>
 </frame>
 <frame>
 <class>sun.misc.Launcher$AppClassLoader</class>
 <method>loadClass</method>
 <line>352</line>
 <file>${java.home}lib/rt.jar</file>
 </frame>
 <frame>
 <class>java.lang.ClassLoader</class>
 <method>loadClass</method>
 <line>352</line>
 <file>${java.home}lib/rt.jar</file>
 </frame>
 <frame>
 <class>org.netbeans.ProxyClassLoader</class>
 <method>loadClass</method>
 <line>197</line>
 <file>${netbeans.home}lib/boot.jar</file>
 </frame>
 <more>6</more>
 </exception>
</record>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists