Created
May 9, 2011 12:23
-
-
Save neotyk/962425 to your computer and use it in GitHub Desktop.
clojure-maven-plugin wait thread dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-05-09 14:19:21 | |
Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.1-b02-334 mixed mode): | |
"Thread-2" daemon prio=5 tid=10c34a000 nid=0x10bb07000 waiting on condition [10bb06000] | |
java.lang.Thread.State: TIMED_WAITING (sleeping) | |
at java.lang.Thread.sleep(Native Method) | |
at org.apache.commons.exec.InputStreamPumper.run(InputStreamPumper.java:69) | |
at java.lang.Thread.run(Thread.java:680) | |
"Thread-4" daemon prio=5 tid=10c349800 nid=0x10adae000 runnable [10adad000] | |
java.lang.Thread.State: RUNNABLE | |
at java.io.FileInputStream.readBytes(Native Method) | |
at java.io.FileInputStream.read(FileInputStream.java:177) | |
at java.lang.UNIXProcess$DeferredCloseInputStream.read(UNIXProcess.java:218) | |
at org.apache.commons.exec.StreamPumper.run(StreamPumper.java:105) | |
at java.lang.Thread.run(Thread.java:680) | |
"process reaper" daemon prio=5 tid=102684000 nid=0x10a6c9000 runnable [10a6c8000] | |
java.lang.Thread.State: RUNNABLE | |
at java.lang.UNIXProcess.waitForProcessExit(Native Method) | |
at java.lang.UNIXProcess.access$900(UNIXProcess.java:17) | |
at java.lang.UNIXProcess$2$1.run(UNIXProcess.java:86) | |
"pool-1-thread-5" prio=5 tid=10b449800 nid=0x10be71000 in Object.wait() [10be70000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at java.lang.Object.wait(Object.java:485) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:316) | |
- locked <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:994) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1054) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) | |
at java.lang.Thread.run(Thread.java:680) | |
"pool-1-thread-4" prio=5 tid=102504000 nid=0x10bd6e000 in Object.wait() [10bd6d000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at java.lang.Object.wait(Object.java:485) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:316) | |
- locked <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:994) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1054) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) | |
at java.lang.Thread.run(Thread.java:680) | |
"pool-1-thread-3" prio=5 tid=1026d6800 nid=0x10ba04000 in Object.wait() [10ba03000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at java.lang.Object.wait(Object.java:485) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:316) | |
- locked <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:994) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1054) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) | |
at java.lang.Thread.run(Thread.java:680) | |
"pool-1-thread-2" prio=5 tid=10253a000 nid=0x10b901000 in Object.wait() [10b900000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at java.lang.Object.wait(Object.java:485) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:316) | |
- locked <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:994) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1054) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) | |
at java.lang.Thread.run(Thread.java:680) | |
"pool-1-thread-1" prio=5 tid=1021f1000 nid=0x10acab000 in Object.wait() [10acaa000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at java.lang.Object.wait(Object.java:485) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:316) | |
- locked <7f453e238> (a hidden.edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:994) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1054) | |
at hidden.edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) | |
at java.lang.Thread.run(Thread.java:680) | |
"Poller SunPKCS11-Darwin" daemon prio=1 tid=101971000 nid=0x10aac9000 waiting on condition [10aac8000] | |
java.lang.Thread.State: TIMED_WAITING (sleeping) | |
at java.lang.Thread.sleep(Native Method) | |
at sun.security.pkcs11.SunPKCS11$TokenPoller.run(SunPKCS11.java:692) | |
at java.lang.Thread.run(Thread.java:680) | |
"Low Memory Detector" daemon prio=5 tid=1020ab000 nid=0x10a10d000 runnable [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"CompilerThread1" daemon prio=9 tid=1020aa000 nid=0x10a00a000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"CompilerThread0" daemon prio=9 tid=1020a9800 nid=0x109f07000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"Signal Dispatcher" daemon prio=9 tid=1020a8800 nid=0x109e04000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"Surrogate Locker Thread (CMS)" daemon prio=5 tid=1020a8000 nid=0x109d01000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"Finalizer" daemon prio=8 tid=10209b000 nid=0x108ff0000 in Object.wait() [108fef000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f44e1928> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) | |
- locked <7f44e1928> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134) | |
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) | |
"Reference Handler" daemon prio=10 tid=10209a800 nid=0x108eed000 in Object.wait() [108eec000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f44e1940> (a java.lang.ref.Reference$Lock) | |
at java.lang.Object.wait(Object.java:485) | |
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116) | |
- locked <7f44e1940> (a java.lang.ref.Reference$Lock) | |
"main" prio=5 tid=102000000 nid=0x100501000 in Object.wait() [1004ff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f33ed6c8> (a java.lang.UNIXProcess) | |
at java.lang.Object.wait(Object.java:485) | |
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:115) | |
- locked <7f33ed6c8> (a java.lang.UNIXProcess) | |
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:326) | |
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:149) | |
at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:452) | |
at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:380) | |
at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:357) | |
at com.theoryinpractise.clojure.ClojureCompilerMojo.execute(ClojureCompilerMojo.java:49) | |
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) | |
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) | |
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) | |
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) | |
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) | |
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) | |
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) | |
at org.codehaus.classworlds.Launcher.main(Launcher.java:375) | |
"VM Thread" prio=9 tid=102096000 nid=0x108dea000 runnable | |
"Gang worker#0 (Parallel GC Threads)" prio=9 tid=102001800 nid=0x105a02000 runnable | |
"Gang worker#1 (Parallel GC Threads)" prio=9 tid=102002000 nid=0x105b05000 runnable | |
"Concurrent Mark-Sweep GC Thread" prio=9 tid=10204d000 nid=0x108af6000 runnable | |
"VM Periodic Task Thread" prio=10 tid=1020b4800 nid=0x10a210000 waiting on condition | |
"Exception Catcher Thread" prio=10 tid=102001000 nid=0x10176a000 runnable | |
JNI global references: 1528 | |
Heap | |
par new generation total 19136K, used 5509K [7f3000000, 7f44c0000, 7f44c0000) | |
eden space 17024K, 27% used [7f3000000, 7f348c1b8, 7f40a0000) | |
from space 2112K, 40% used [7f42b0000, 7f4385630, 7f44c0000) | |
to space 2112K, 0% used [7f40a0000, 7f40a0000, 7f42b0000) | |
concurrent mark-sweep generation total 63872K, used 30792K [7f44c0000, 7f8320000, 7fae00000) | |
concurrent-mark-sweep perm gen total 21248K, used 11821K [7fae00000, 7fc2c0000, 800000000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"main" prio=5 tid=102000000 nid=0x100501000 in Object.wait() [1004ff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <7f33ed6c8> (a java.lang.UNIXProcess) | |
at java.lang.Object.wait(Object.java:485) | |
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:115) | |
- locked <7f33ed6c8> (a java.lang.UNIXProcess) | |
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:326) | |
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:149) | |
at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:452) | |
at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:380) | |
at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:357) | |
at com.theoryinpractise.clojure.ClojureCompilerMojo.execute(ClojureCompilerMojo.java:49) | |
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) | |
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) | |
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) | |
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) | |
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) | |
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) | |
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) | |
at org.codehaus.classworlds.Launcher.main(Launcher.java:375) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment