Details
-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
1.2.3
-
jdk 1.8
Description
execute arrayblockingqueue put method ,if happend stackoverflow error ,may be cause finally block ```lock.unlock()``` can not executed。 all thread print log will be hang forever
look this: 937 thread are waiting lock,but owner thread is termernal
Â