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

GenASM crasher #6207

Closed
scabug opened this issue Aug 8, 2012 · 5 comments
Closed

GenASM crasher #6207

scabug opened this issue Aug 8, 2012 · 5 comments

Comments

@scabug
Copy link

scabug commented Aug 8, 2012

Sorry, I haven't been able to minimize this one yet.

  1. Clone https://github.com/retronym/Scalala
  2. Checkout 0ea6360959 (that happens to be on the branch topic/2.10)
  3. sbt
  4. compile
  5. last
[error] uncaught exception during compilation: java.lang.IllegalArgumentException
[error] {file:/C:/code/Scalala/}default-cda816/compile:compile: java.lang.IllegalArgumentException: value [Ljava.lang.String;@615e97df
[error] Total time: 110 s, completed 08/08/2012 3:42:16 PM
        at scala.tools.asm.ClassWriter.newConstItem(Unknown Source)
        at scala.tools.asm.AnnotationWriter.visit(Unknown Source)
        at scala.tools.nsc.backend.jvm.GenASM$JCommonBuilder.emitArgument(GenASM.scala:997)
        at scala.tools.nsc.backend.jvm.GenASM$JCommonBuilder$$anonfun$emitAssocs$1.apply(GenASM.scala:1016)
        at scala.tools.nsc.backend.jvm.GenASM$JCommonBuilder$$anonfun$emitAssocs$1.apply(GenASM.scala:1015)
        at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59)
        at scala.collection.immutable.List.foreach(List.scala:78)

Full error message attached.

@scabug
Copy link
Author

scabug commented Aug 8, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6207?orig=1
Reporter: @retronym
Assignee: @magarciaEPFL
Affected Versions: 2.10.0-M6
See #6172
Attachments:

  • out.txt (created on Aug 8, 2012 1:48:33 PM UTC, 244996 bytes)

@scabug
Copy link
Author

scabug commented Aug 8, 2012

@retronym said:
Miguel: is this a duplicate of SI-6172?

@scabug
Copy link
Author

scabug commented Aug 8, 2012

@magarciaEPFL said:
It's very like a duplicate. Compiling with the latest 2.10.x snapshot (from sbt!) is the shortest way to find out.

@scabug
Copy link
Author

scabug commented Aug 9, 2012

@magarciaEPFL said:
Jason, it would be great if you could try compiling with the latest 2.10.x snapshot.

@scabug
Copy link
Author

scabug commented Aug 9, 2012

@retronym said:
Yep, it works fine with Scala 2.10.0-20120808.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant