llakazs opened a new issue, #4515: URL: https://github.com/apache/netbeans/issues/4515
### Apache NetBeans version Apache NetBeans 14 ### What happened Modifying and saving a file with syntax error sometimes freezes Netbeans (it becomes completely unresponsive, and i have to kill the process from the operating system). The exception in the provided log appears after changing the content of the file. It looks like the issue in this case is related to a syntax error in the file (calling a function on void in generateSignature function). When the indexing starts it throws an exception and saving the file afterwards causes the IDE to freeze completely. [netbeans-log.tar.gz](https://github.com/apache/netbeans/files/9372208/netbeans-log.tar.gz) ### How to reproduce 1. Start netbeans 2. Change anything in the file 3. Save the file ### Did this work correctly in an earlier version? Apache NetBeans 12.6 ### Operating System Debian 10 buster with KDE (4.19.249-2) ### JDK oracle java 1.8.0_331, openjdk 1.8.0, openjdk 11.0.16, openjdk 17.0.2 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else I first encountered this bug when Netbeans 13 came out and i tried to upgrade from 12.6. I wasn't able to catch a reproducible case so i just went back to 12.6 instead. Later when i switched to Netbeans 14, the bug appeared again in multiple projects, in seemingly random cases. ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
