Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random crash on warmup #8

Closed
non opened this issue Oct 17, 2013 · 2 comments
Closed

Random crash on warmup #8

non opened this issue Oct 17, 2013 · 2 comments

Comments

@non
Copy link

non commented Oct 17, 2013

During warmup I got this:

[error] Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
[error]         at ichi.maths.package$Distribution$.compute$mDc$sp(package.scala:1600)
[error]         at ichi.bench.Thyme$$anonfun$8.apply$mcDI$sp(Thyme.scala:932)
[error]         at ichi.bench.Thyme$$anonfun$8.apply(Thyme.scala:919)
[error]         at ichi.bench.Thyme$$anonfun$8.apply(Thyme.scala:919)
[error]         at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
[error]         at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
[error]         at scala.collection.immutable.Range.foreach(Range.scala:141)
[error]         at scala.collection.TraversableLike$class.map(TraversableLike.scala:244)
[error]         at scala.collection.AbstractTraversable.map(Traversable.scala:105)
[error]         at ichi.bench.Thyme.<init>(Thyme.scala:919)
[error]         at ichi.bench.Thyme$$anonfun$37.apply(Thyme.scala:1509)
[error]         at ichi.bench.Thyme$$anonfun$37.apply(Thyme.scala:1509)
[error]         at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
[error]         at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
[error]         at scala.collection.immutable.Range.foreach(Range.scala:141)
[error]         at scala.collection.TraversableLike$class.map(TraversableLike.scala:244)
[error]         at scala.collection.AbstractTraversable.map(Traversable.scala:105)
[error]         at ichi.bench.Thyme$.warmed(Thyme.scala:1509)
[error]         at ichi.bench.Thyme$.warmedBench(Thyme.scala:1585)
[error]         at archery.Main$.main(main.scala:38)
[error]         at archery.Main.main(main.scala)

I've only seen this error once.

@Ichoran
Copy link
Owner

Ichoran commented Oct 18, 2013

This is the same as bug #1.

@non
Copy link
Author

non commented Oct 18, 2013

Oh sorry about that. I thought I checked but obviously I missed this.

@non non closed this as completed Oct 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants