Skip to content

Instantly share code, notes, and snippets.

@robrasmussen
Created September 13, 2012 16:17
Show Gist options
  • Save robrasmussen/3715461 to your computer and use it in GitHub Desktop.
Save robrasmussen/3715461 to your computer and use it in GitHub Desktop.
thread dump in config.threadsafe! mode
Thread 3831: (state = BLOCKED)
- java.util.Collections$SynchronizedCollection.contains(java.lang.Object) @bci=6, line=1620 (Compiled frame)
- org.jruby.runtime.load.LoadService.featureAlreadyLoaded(org.jruby.RubyString) @bci=63, line=467 (Compiled frame)
- org.jruby.runtime.load.LoadService.require(java.lang.String) @bci=53, line=373 (Compiled frame)
- org.jruby.runtime.load.LoadService.lockAndRequire(java.lang.String) @bci=60, line=304 (Compiled frame)
- org.jruby.RubyKernel$6.load(org.jruby.Ruby) @bci=8, line=198 (Compiled frame)
- org.jruby.RubyModule$Autoload.getConstant(org.jruby.runtime.ThreadContext) @bci=45, line=3590 (Compiled frame)
- org.jruby.RubyModule.getAutoloadConstant(org.jruby.Ruby, java.lang.String) @bci=25, line=3420 (Compiled frame)
- org.jruby.RubyModule.resolveUndefConstant(org.jruby.Ruby, java.lang.String) @bci=3, line=2974 (Compiled frame)
- org.jruby.parser.StaticScope.getConstantInner(org.jruby.Ruby, java.lang.String, org.jruby.RubyModule) @bci=29, line=191 (Compiled frame)
- org.jruby.parser.StaticScope.getConstantInnerNoObject(org.jruby.Ruby, java.lang.String, org.jruby.RubyModule) @bci=13, line=200 (Compiled frame)
- org.jruby.parser.StaticScope.getConstantInner(org.jruby.Ruby, java.lang.String, org.jruby.RubyModule) @bci=56, line=194 (Compiled frame)
- org.jruby.parser.StaticScope.getConstant(org.jruby.Ruby, java.lang.String, org.jruby.RubyModule) @bci=4, line=181 (Compiled frame)
- org.jruby.runtime.ThreadContext.getConstant(java.lang.String) @bci=19, line=630 (Compiled frame)
- org.jruby.ast.executable.RuntimeCache.reCache(org.jruby.runtime.ThreadContext, java.lang.String, int) @bci=11, line=407 (Compiled frame)
- org.jruby.ast.executable.RuntimeCache.getValue(org.jruby.runtime.ThreadContext, java.lang.String, int) @bci=28, line=398 (Compiled frame)
- org.jruby.ast.executable.RuntimeCache.getConstant(org.jruby.runtime.ThreadContext, java.lang.String, int) @bci=4, line=391 (Compiled frame)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment