|
From: James M. <re...@bu...> - 2017-03-06 22:13:55
|
New submission from James Mudd: 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. ---------- components: Core files: jstack_output.txt messages: 11195 nosy: jamesmudd severity: normal status: open title: test_jy_internal deadlock on Windows versions: Jython 2.7 Added file: http://bugs.jython.org/file1562/jstack_output.txt _______________________________________ Jython tracker <re...@bu...> <http://bugs.jython.org/issue2565> _______________________________________ |