mbien commented on issue #7588:
URL: https://github.com/apache/netbeans/issues/7588#issuecomment-2243784027

   Java's event dispatch thread was still in "runnable" state when you took the 
thread dump:
   ```
   "AWT-EventQueue-0" #35 [1636] prio=6 os_prio=0 cpu=84765.62ms 
elapsed=1342.86s tid=0x000001f3705f32d0 nid=1636 runnable  [0x00000098bc9fc000]
      java.lang.Thread.State: RUNNABLE
   ```
   the warning in the log however clearly says that EDT was blocked for a long 
time:
   ```
   WARNING [org.netbeans.core.TimableEventQueue]: too much time in AWT thread 
org.netbeans.modules.sampler.InternalSampler@3c5f5834
   ```
   
   So this doesn't look like the blocked UI is due to a locking issue. Was a 
core pinned to 100% when this happened?
   
   You also mentioned that it was frozen "for a couple of minutes", does this 
mean that it worked after that again, or did you kill the process after that 
time?


-- 
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