-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Exception in thread "main" java.util.NoSuchElementException: queue empty
at scala.collection.mutable.Queue.dequeue(Queue.scala:66)
at akka.dispatch.verification.EventTrace$$anonfun$recomputeExternalMsgSends$1.apply(EventTrace.scala:226)
at akka.dispatch.verification.EventTrace$$anonfun$recomputeExternalMsgSends$1.apply(EventTrace.scala:223)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59)
at scala.collection.mutable.MutableList.foreach(MutableList.scala:29)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
at scala.collection.AbstractTraversable.map(Traversable.scala:104)
at akka.dispatch.verification.EventTrace.recomputeExternalMsgSends(EventTrace.scala:223)
at akka.dispatch.verification.ReplayScheduler.replay(ReplayScheduler.scala:101)
at akka.dispatch.verification.RunnerUtils$.fuzz(RunnerUtils.scala:73)
at Main$.delayedEndpoint$Main$1(Runner.scala:198)
at Main$delayedInit$body.apply(Runner.scala:142)
at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.collection.immutable.List.foreach(List.scala:381)
at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
at scala.App$class.main(App.scala:76)
at Main$.main(Runner.scala:142)
at Main.main(Runner.scala)
Metadata
Metadata
Assignees
Labels
No labels