matthiasblaesing commented on issue #4127:
URL: https://github.com/apache/netbeans/issues/4127#issuecomment-1156636077

   Please show the message log from the NetBeans run (See: 
https://stackoverflow.com/questions/50462124/netbeans-where-to-find-the-ide-log).
 Please also get a thread dump from the moment where NetBeans seems to be 
unresponsive. With a JDK installed you can run:
   
   ```
   # Get the PID of the Java process (look for the entry named "Main")
   jps
   # Get the threaddump
   jstack <PID> > stacktrace.txt
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to