lkishalmi commented on issue #6256: URL: https://github.com/apache/netbeans/issues/6256#issuecomment-1664464621
There is a `View > IDE Log`. That would open the IDE log in a window. The file is in your case would be: `C:\Users\rlc\AppData\Roaming\NetBeans\18\var\log\messages.log` It also seems that there is at least 2 different issue here. One is an NPE, the other would be a Memory Leak. The log files could give guidance for fixing the NPE, however the memory leak would need an object allocation history and maybe a memory dump. The first 50 lines of `jmap -histo <PID>` would get the heap histogram. -- 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
