Description
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).