NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

StackOverflow when printing job. #279

Closed markhibberd closed 11 years ago

markhibberd commented 11 years ago

It is currently embedded in the middle of a larger job, but it appears there is a join/collect and a join/map that triggers the stack overflow.

I will continue to attempt to pull out a better replication case.

Exception in thread "main" java.lang.StackOverflowError
at java.lang.Number.<init>(Number.java:49)
at java.lang.Integer.<init>(Integer.java:618)
at java.lang.Integer.valueOf(Integer.java:601)
at scala.runtime.BoxesRunTime.boxToInteger(Unknown Source)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:780)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:778)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:780)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:778)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:780)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:778)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:780)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:778)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:780)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:778)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:780)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:778)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:780)
at org.kiama.output.PrettyPrinter$$anonfun$org$kiama$output$PrettyPrinter$$scan$1$$anonfun$apply$1.apply(PrettyPrinter.scala:778)
... lots more ...