sqality / scct

Scala Code Coverage Tool
Apache License 2.0
67 stars 7 forks source link

ConcurrentModificationException: null (Hashtable.java:1200) #24

Closed 0xRoch closed 11 years ago

0xRoch commented 11 years ago

Tests are failing on Travis, it doesn't happen each time they are executed.

[error] ! auxiliary constructors with functions, part II
[error]     ConcurrentModificationException: null (Hashtable.java:1200)
[error] com.github.scct.InstrumentationSupport$class.compileFiles(InstrumentationSpec.scala:43)
[error] com.github.scct.ConstructorInstrumentationSpec.compileFiles(ConstructorInstrumentationSpec.scala:3)
[error] com.github.scct.InstrumentationSupport$class.compileFile(InstrumentationSpec.scala:37)
[error] com.github.scct.ConstructorInstrumentationSpec.compileFile(ConstructorInstrumentationSpec.scala:3)
[error] com.github.scct.InstrumentationSupport$$anonfun$compile$2.apply(InstrumentationSpec.scala:93)
[error] com.github.scct.InstrumentationSupport$$anonfun$compile$2.apply(InstrumentationSpec.scala:93)
[error] com.github.scct.InstrumentationSupport$class.compile(InstrumentationSpec.scala:93)
[error] com.github.scct.ConstructorInstrumentationSpec.compile(ConstructorInstrumentationSpec.scala:3)
[error] com.github.scct.InstrumentationSupport$class.compileToData(InstrumentationSpec.scala:96)
[error] com.github.scct.ConstructorInstrumentationSpec.compileToData(ConstructorInstrumentationSpec.scala:3)
[error] com.github.scct.InstrumentationSpec$class._offsetsMatch(InstrumentationSpec.scala:24)
[error] com.github.scct.ConstructorInstrumentationSpec._offsetsMatch(ConstructorInstrumentationSpec.scala:3)
[error] com.github.scct.InstrumentationSpec$class.offsetsMatch(InstrumentationSpec.scala:18)
[error] com.github.scct.ConstructorInstrumentationSpec.offsetsMatch(ConstructorInstrumentationSpec.scala:3)
[error] com.github.scct.ConstructorInstrumentationSpec$$anonfun$1$$anonfun$apply$12.apply(ConstructorInstrumentationSpec.scala:19)
[error] com.github.scct.ConstructorInstrumentationSpec$$anonfun$1$$anonfun$apply$12.apply(ConstructorInstrumentationSpec.scala:19)
0xRoch commented 11 years ago

probably related to #1

0xRoch commented 11 years ago

https://issues.scala-lang.org/browse/SI-7775

https://github.com/scala/scala/pull/2868