jorb wrote:Not for me.
There seems to be a deadlock happening with the latest official client after the last fix (and my and other modified clients that incorporate it). Only happens on some systems, possibly related to number of cores or some other external factors.
When dragging around any area selection (pave, stomp, survey, etc.) right click while holding the left button. On affected system this will cause a deadlock more often than not.
- Code: Select all
Found one Java-level deadlock:
=============================
"Haven UI thread":
waiting to lock monitor 0x0000000016f34d48 (object 0x00000000e13b3890, a haven.UI),
which is held by "Haven main thread"
"Haven main thread":
waiting to lock monitor 0x0000000013c8c398 (object 0x00000000e1ca2dc0, a haven.MapView),
which is held by "AWT-EventQueue-2"
"AWT-EventQueue-2":
waiting to lock monitor 0x0000000016f34d48 (object 0x00000000e13b3890, a haven.UI),
which is held by "Haven main thread"
Here's a full thread dump from visualvm:
https://gist.github.com/bdew/5aa22f08fdd7d4559bd2I have a system where i can somewhat reliably reproduce it (Java 1.8u60, 64bit, 4 cores, Windows 10). If you need any more info i can provide it.