Thread Deadlock!

Issue #144 duplicate
Michael Hoefer created an issue

This has happened I think three times for me in the past week or so, twice lost some work (including just now) so this time I bothered to grab a thread dump to share. Classic deadlock, reported by the jvm. Hopefully easy to track down. See attached thread dump. I don't know exactly what I was doing at the time of the hang, just editing I think.

Comments (2)

  1. Scott Wells repo owner

    This is great, Michael! Thank you for the thread dump that decisively shows the deadlock. It's exactly where I thought it'd be (ApexExpressionType.getTypeDeclaration()), but I didn't have a true smoking gun yet. Should be pretty simple to knock this one out at this point now that I have confirmation.

  2. Log in to comment