Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created October 21, 2014 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbayer/efbd36c4b684b5841f51 to your computer and use it in GitHub Desktop.
Save jbayer/efbd36c4b684b5841f51 to your computer and use it in GitHub Desktop.
Tomcat Thread Dump Fragment
2014-10-09T19:39:46.17+0000 [App/0] OUT Full thread dump OpenJDK 64-Bit Server VM (25.20-b22 mixed mode):
2014-10-09T19:39:46.17+0000 [App/0] OUT "localhost-startStop-1" #13 daemon prio=5 os_prio=0 tid=0x000000000228f000 nid=0x39 runnable [0x00007f463cc5a000]
2014-10-09T19:39:46.17+0000 [App/0] OUT java.lang.Thread.State: RUNNABLE
2014-10-09T19:39:46.17+0000 [App/0] OUT at java.io.FileInputStream.readBytes(Native Method)
2014-10-09T19:39:46.17+0000 [App/0] OUT at java.io.FileInputStream.read(FileInputStream.java:246)
2014-10-09T19:39:46.17+0000 [App/0] OUT at sun.security.provider.SeedGenerator$URLSeedGenerator.getSeedBytes(SeedGenerator.java:539)
2014-10-09T19:39:46.17+0000 [App/0] OUT at sun.security.provider.SeedGenerator.generateSeed(SeedGenerator.java:144)
2014-10-09T19:39:46.17+0000 [App/0] OUT at sun.security.provider.SecureRandom$SeederHolder.<clinit>(SecureRandom.java:192)
2014-10-09T19:39:46.17+0000 [App/0] OUT at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:210)
2014-10-09T19:39:46.17+0000 [App/0] OUT - locked <0x00000000f334ace0> (a sun.security.provider.SecureRandom)
2014-10-09T19:39:46.17+0000 [App/0] OUT at java.security.SecureRandom.nextBytes(SecureRandom.java:457)
2014-10-09T19:39:46.17+0000 [App/0] OUT - locked <0x00000000f334b700> (a java.security.SecureRandom)
2014-10-09T19:39:46.17+0000 [App/0] OUT at java.security.SecureRandom.next(SecureRandom.java:480)
2014-10-09T19:39:46.17+0000 [App/0] OUT at java.util.Random.nextInt(Random.java:329)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment