Skip to content

Instantly share code, notes, and snippets.

@przemek-pokrywka
Created December 1, 2010 09:15
Show Gist options
  • Save przemek-pokrywka/723222 to your computer and use it in GitHub Desktop.
Save przemek-pokrywka/723222 to your computer and use it in GitHub Desktop.
What does the serverActor do? It never responds to "!?"
Thread 10: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.Object.wait() @bci=2, line=485 (Interpreted frame)
- scala.actors.Actor$class.suspendActor(scala.actors.Actor) @bci=21, line=731 (Interpreted frame)
- scala.actors.Actor$class.receive(scala.actors.Actor, scala.PartialFunction) @bci=109, line=431 (Interpreted frame)
- my.innocent.actor.that.simply.wants.to.send.message.via.Kestrel.receive(scala.PartialFunction) @bci=2, line=18 (Interpreted frame)
- scala.actors.Channel.receive(scala.PartialFunction) @bci=16, line=91 (Interpreted frame)
- scala.actors.Actor$class.$bang$qmark(scala.actors.Actor, java.lang.Object) @bci=29, line=599 (Interpreted frame)
- scala.actors.Actor$$anon$1.$bang$qmark(java.lang.Object) @bci=2, line=94 (Interpreted frame)
- net.lag.smile.MemcacheConnection.store(java.lang.String, java.lang.String, byte[], int, int) @bci=19, line=115 (Interpreted frame)
- net.lag.smile.MemcacheConnection.set(java.lang.String, byte[], int, int) @bci=9, line=136 (Interpreted frame)
- net.lag.smile.MemcacheClient$$anonfun$setData$1.apply(net.lag.smile.MemcacheConnection, java.lang.String) @bci=14, line=164 (Interpreted frame)
- net.lag.smile.MemcacheClient$$anonfun$setData$1.apply(java.lang.Object, java.lang.Object) @bci=9, line=163 (Interpreted frame)
- net.lag.smile.MemcacheClient$$anonfun$withNode$1.apply() @bci=12, line=401 (Interpreted frame)
- net.lag.smile.MemcacheClient.net$lag$smile$MemcacheClient$$withNode(net.lag.smile.MemcacheConnection, scala.Function0) @bci=3, line=406 (Interpreted frame)
- net.lag.smile.MemcacheClient.withNode(java.lang.String, scala.Function2) @bci=78, line=401 (Interpreted frame)
- net.lag.smile.MemcacheClient.setData(java.lang.String, byte[], int, int) @bci=14, line=163 (Interpreted frame)
- net.lag.smile.MemcacheClient.set(java.lang.String, java.lang.Object, int, int) @bci=15, line=184 (Interpreted frame)
- net.lag.smile.MemcacheClient.set(java.lang.String, java.lang.Object) @bci=5, line=192 (Interpreted frame)
- net.lag.smile.kestrel.MemcacheStore.put(java.lang.String, java.lang.String) @bci=6, line=37 (Interpreted frame)
- net.lag.smile.kestrel.KestrelClient.put(java.lang.String, java.lang.String) @bci=6, line=137 (Interpreted frame)
- my.innocent.actor.that.simply.wants.to.send.message.via.Kestrel.someMethod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment