Mikhail Mazurskiy created LOG4J2-981:
----------------------------------------

             Summary: Incorrect unlock in ProviderUtil
                 Key: LOG4J2-981
                 URL: https://issues.apache.org/jira/browse/LOG4J2-981
             Project: Log4j 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.2
            Reporter: Mikhail Mazurskiy
            Priority: Trivial
         Attachments: LOG4J2-981.patch

{{org.apache.logging.log4j.util.ProviderUtil#lazyInit}} call can result in 
{{IllegalMonitorStateException}} if thread is in interrupted state because code 
in the finally block will try to unlock the lock that is not held by the 
current thread ({{InterruptedException}} thrown before the lock is acquired).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to