ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.23k stars 396 forks source link

Another Deadlock #28

Open ajanata opened 11 years ago

ajanata commented 11 years ago

This one's annoying. I can see where the problem is, but not an easy way to fix it. Going to ignore it for now.

Found one Java-level deadlock:

"ajp-bio-8009-exec-66870": waiting to lock monitor 0x00007f2fe69a9e88 (object 0x0000000788aaf318, a java.util.Collections$SynchronizedRandomAccessList), which is held by "ajp-bio-8009-exec-65276" "ajp-bio-8009-exec-65276": waiting to lock monitor 0x00007f2fe5371088 (object 0x000000078941bc58, a java.util.Collections$SynchronizedRandomAccessList), which is held by "hurry-up-9" "hurry-up-9": waiting to lock monitor 0x00007f2fe69a9e88 (object 0x0000000788aaf318, a java.util.Collections$SynchronizedRandomAccessList), which is held by "ajp-bio-8009-exec-65276"

Java stack information for the threads listed above:

"ajp-bio-8009-exec-66870": at net.socialgamer.cah.data.Game.getInfo(Game.java:424)

Found 1 deadlock.