Created
June 3, 2015 11:39
-
-
Save maciej/cf6758c1dba885a7d3ff to your computer and use it in GitHub Desktop.
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
| jstack -l 81427 | |
| 2015-06-03 13:36:09 | |
| Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode): | |
| "Attach Listener" #36 daemon prio=9 os_prio=31 tid=0x00007fbb9e816800 nid=0x5507 waiting on condition [0x0000000000000000] | |
| java.lang.Thread.State: RUNNABLE | |
| Locked ownable synchronizers: | |
| - None | |
| "Service Thread" #9 daemon prio=9 os_prio=31 tid=0x00007fbb9c037800 nid=0x5103 runnable [0x0000000000000000] | |
| java.lang.Thread.State: RUNNABLE | |
| Locked ownable synchronizers: | |
| - None | |
| "C1 CompilerThread3" #8 daemon prio=9 os_prio=31 tid=0x00007fbb9c004000 nid=0x4f03 waiting on condition [0x0000000000000000] | |
| java.lang.Thread.State: RUNNABLE | |
| Locked ownable synchronizers: | |
| - None | |
| "C2 CompilerThread2" #7 daemon prio=9 os_prio=31 tid=0x00007fbb9b039800 nid=0x4d03 waiting on condition [0x0000000000000000] | |
| java.lang.Thread.State: RUNNABLE | |
| Locked ownable synchronizers: | |
| - None | |
| "C2 CompilerThread1" #6 daemon prio=9 os_prio=31 tid=0x00007fbb9b039000 nid=0x4b03 waiting on condition [0x0000000000000000] | |
| java.lang.Thread.State: RUNNABLE | |
| Locked ownable synchronizers: | |
| - None | |
| "C2 CompilerThread0" #5 daemon prio=9 os_prio=31 tid=0x00007fbb9c864800 nid=0x4903 waiting on condition [0x0000000000000000] | |
| java.lang.Thread.State: RUNNABLE | |
| Locked ownable synchronizers: | |
| - None | |
| "Signal Dispatcher" #4 daemon prio=9 os_prio=31 tid=0x00007fbb9c82a000 nid=0x3917 runnable [0x0000000000000000] | |
| java.lang.Thread.State: RUNNABLE | |
| Locked ownable synchronizers: | |
| - None | |
| "Finalizer" #3 daemon prio=8 os_prio=31 tid=0x00007fbb9c81e800 nid=0x3503 in Object.wait() [0x0000000123eb6000] | |
| java.lang.Thread.State: WAITING (on object monitor) | |
| at java.lang.Object.wait(Native Method) | |
| at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) | |
| - locked <0x0000000740012c80> (a java.lang.ref.ReferenceQueue$Lock) | |
| at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164) | |
| at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) | |
| Locked ownable synchronizers: | |
| - None | |
| "Reference Handler" #2 daemon prio=10 os_prio=31 tid=0x00007fbb9c81d800 nid=0x3303 in Object.wait() [0x0000000123db3000] | |
| java.lang.Thread.State: WAITING (on object monitor) | |
| at java.lang.Object.wait(Native Method) | |
| at java.lang.Object.wait(Object.java:502) | |
| at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157) | |
| - locked <0x0000000740022508> (a java.lang.ref.Reference$Lock) | |
| Locked ownable synchronizers: | |
| - None | |
| "main" #1 prio=5 os_prio=31 tid=0x00007fbb9c802000 nid=0x1303 runnable [0x0000000109dc3000] | |
| java.lang.Thread.State: RUNNABLE | |
| at java.io.FileInputStream.read0(Native Method) | |
| at java.io.FileInputStream.read(FileInputStream.java:207) | |
| at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248) | |
| at jline.internal.InputStreamReader.read(InputStreamReader.java:261) | |
| - locked <0x0000000796289e08> (a jline.internal.NonBlockingInputStream) | |
| at jline.internal.InputStreamReader.read(InputStreamReader.java:198) | |
| - locked <0x0000000796289e08> (a jline.internal.NonBlockingInputStream) | |
| at jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2038) | |
| at jline.console.ConsoleReader.readLine(ConsoleReader.java:2242) | |
| at jline.console.ConsoleReader.readLine(ConsoleReader.java:2162) | |
| at sbt.JLine.sbt$JLine$$readLineDirectRaw(LineReader.scala:42) | |
| at sbt.JLine$$anonfun$readLineDirect$2.apply(LineReader.scala:34) | |
| at sbt.JLine$$anonfun$readLineDirect$2.apply(LineReader.scala:34) | |
| at sbt.Signals0.withHandler(Signal.scala:81) | |
| at sbt.Signals$.withHandler(Signal.scala:11) | |
| at sbt.JLine.readLineDirect(LineReader.scala:34) | |
| at sbt.JLine.readLineWithHistory(LineReader.scala:27) | |
| at sbt.JLine.sbt$JLine$$unsynchronizedReadLine(LineReader.scala:19) | |
| at sbt.JLine$$anonfun$readLine$1.apply(LineReader.scala:16) | |
| at sbt.JLine$$anonfun$readLine$1.apply(LineReader.scala:16) | |
| at sbt.JLine$$anonfun$withJLine$1.apply(LineReader.scala:114) | |
| at sbt.JLine$$anonfun$withJLine$1.apply(LineReader.scala:112) | |
| at sbt.JLine$.withTerminal(LineReader.scala:86) | |
| - locked <0x000000079626f918> (a jline.UnixTerminal) | |
| - locked <0x0000000796164a40> (a sbt.JLine$) | |
| at sbt.JLine$.withJLine(LineReader.scala:112) | |
| at sbt.JLine.readLine(LineReader.scala:16) | |
| at sbt.BasicCommands$$anonfun$shell$1.apply(BasicCommands.scala:164) | |
| at sbt.BasicCommands$$anonfun$shell$1.apply(BasicCommands.scala:160) | |
| at sbt.Command$$anonfun$command$1$$anonfun$apply$1.apply(Command.scala:29) | |
| at sbt.Command$$anonfun$command$1$$anonfun$apply$1.apply(Command.scala:29) | |
| at sbt.Command$.process(Command.scala:92) | |
| at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:98) | |
| at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:98) | |
| at sbt.State$$anon$1.process(State.scala:184) | |
| at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:98) | |
| at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:98) | |
| at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17) | |
| at sbt.MainLoop$.next(MainLoop.scala:98) | |
| at sbt.MainLoop$.run(MainLoop.scala:91) | |
| at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:70) | |
| at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:65) | |
| at sbt.Using.apply(Using.scala:24) | |
| at sbt.MainLoop$.runWithNewLog(MainLoop.scala:65) | |
| at sbt.MainLoop$.runAndClearLast(MainLoop.scala:48) | |
| at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:32) | |
| at sbt.MainLoop$.runLogged(MainLoop.scala:24) | |
| at sbt.StandardMain$.runManaged(Main.scala:53) | |
| at sbt.xMain.run(Main.scala:28) | |
| at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109) | |
| at xsbt.boot.Launch$.withContextLoader(Launch.scala:128) | |
| at xsbt.boot.Launch$.run(Launch.scala:109) | |
| at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35) | |
| at xsbt.boot.Launch$.launch(Launch.scala:117) | |
| at xsbt.boot.Launch$.apply(Launch.scala:18) | |
| at xsbt.boot.Boot$.runImpl(Boot.scala:41) | |
| at xsbt.boot.Boot$.main(Boot.scala:17) | |
| at xsbt.boot.Boot.main(Boot.scala) | |
| Locked ownable synchronizers: | |
| - None | |
| "VM Thread" os_prio=31 tid=0x00007fbb9c81b000 nid=0x3103 runnable | |
| "GC task thread#0 (ParallelGC)" os_prio=31 tid=0x00007fbb9c80d800 nid=0x2103 runnable | |
| "GC task thread#1 (ParallelGC)" os_prio=31 tid=0x00007fbb9c80e800 nid=0x2303 runnable | |
| "GC task thread#2 (ParallelGC)" os_prio=31 tid=0x00007fbb9c80f000 nid=0x2503 runnable | |
| "GC task thread#3 (ParallelGC)" os_prio=31 tid=0x00007fbb9c80f800 nid=0x2703 runnable | |
| "GC task thread#4 (ParallelGC)" os_prio=31 tid=0x00007fbb9c810000 nid=0x2903 runnable | |
| "GC task thread#5 (ParallelGC)" os_prio=31 tid=0x00007fbb9c811000 nid=0x2b03 runnable | |
| "GC task thread#6 (ParallelGC)" os_prio=31 tid=0x00007fbb9c811800 nid=0x2d03 runnable | |
| "GC task thread#7 (ParallelGC)" os_prio=31 tid=0x00007fbb9c812000 nid=0x2f03 runnable | |
| "VM Periodic Task Thread" os_prio=31 tid=0x00007fbb9c038000 nid=0x5303 waiting on condition | |
| JNI global references: 285 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment