Message11195

Author jamesmudd
Recipients jamesmudd
Date 2017-03-06.22:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488838387.08.0.0569681253284.issue2565@psf.upfronthosting.co.za>
In-reply-to
Content
I have just observed another test deadlock in test_jy_internal this time on Windows. Here is the abridged jstack output.

Found one Java-level deadlock:
=============================
"Finalizer":
  waiting for ownable synchronizer 0x00000000eab642c8, (a java.util.concurrent.locks.ReentrantLock$NonfairSync),
  which is held by "MainThread"
"MainThread":
  waiting to lock monitor 0x000000001e423238 (object 0x00000000eb578e28, a java.lang.Class),
  which is held by "Finalizer"

The full output is attached.
History
Date User Action Args
2017-03-06 22:13:34jamesmuddsetrecipients: + jamesmudd
2017-03-06 22:13:07jamesmuddsetmessageid: <1488838387.08.0.0569681253284.issue2565@psf.upfronthosting.co.za>
2017-03-06 22:13:01jamesmuddlinkissue2565 messages
2017-03-06 22:13:01jamesmuddcreate