I have tried to run the build twice and it has hung both times in a new test 
with the stack trace below. Can someone take a look? The history says it was 
recently created by Pierrick and committed by Gary.

Ralph

   java.lang.Thread.State: WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x00000007aeb009c0> (a 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492)
        at 
java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680)
        at sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
        at 
org.apache.logging.log4j.core.appender.rolling.RollingAppenderTempCompressedFilePatternTest.testAppender(RollingAppenderTempCompressedFilePatternTest.java:136)

Reply via email to