Community
Participate
Working Groups
I sometimes see RSECIndexSubsystem deadlock when it tries to create problem markers in the reportProblem() method. I'm not entirely sure what causes the deadlock but when I suspend the VM I see that thread hanging on the createmarker method. The likely fix is to wrap the marker creation code in a WorkspaceJob.
Created attachment 197426 [details] Patch for PTP 4
Created attachment 197427 [details] Patch for PTP head
Fixed