vieiro commented on issue #3716:
URL: https://github.com/apache/netbeans/issues/3716#issuecomment-1059949794
There's a "java-level" deadlock in one of the java.lsp.server tests:
```
Found one Java-level deadlock:
=============================
"OpenIDE-request-processor-0":
waiting to lock monitor 0x00007f25e4003988 (object 0x00000000feaa40e0, a
java.lang.Class),
which is held by "Test Watch Dog: testDidOpenPreservesLines"
"Test Watch Dog: testDidOpenPreservesLines":
waiting to lock monitor 0x00007f25ec01fe78 (object 0x00000000fea93238, a
java.lang.Class),
which is held by "Thread-1"
"Thread-1":
waiting to lock monitor 0x00007f25ec0229c8 (object 0x00000000fe987a08, a
java.lang.Class),
which is held by "Test Watch Dog: testDidOpenPreservesLines"
```
Attaching a detailed `jstack` file
[jstack-2.txt](https://github.com/apache/netbeans/files/8192490/jstack-2.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