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

Unexpected NullPointerException #473

Open
iusildra opened this issue Jun 27, 2023 · 1 comment
Open

Unexpected NullPointerException #473

iusildra opened this issue Jun 27, 2023 · 1 comment
Labels
bug Something isn't working testing

Comments

@iusildra
Copy link
Contributor

iusildra commented Jun 27, 2023

According to this CI run, it seems that one element has been garbage collected. Maybe a Safe is missing somewhere ?

@iusildra iusildra added bug Something isn't working expression compiler labels Jun 27, 2023
@iusildra iusildra changed the title Garbage collected element Garbage collected element ? Jul 3, 2023
@adpi2
Copy link
Member

adpi2 commented Jul 4, 2023

For reference, here is the test failure:

[error] ==> X ch.epfl.scala.debugadapter.Scala212EvaluationTests.evaluate type parameter list and multi parameter lists  12.454s java.lang.NullPointerException: null
[error]     at ch.epfl.scala.debugadapter.testfmk.DebugTest.$anonfun$check$4(DebugTestSuite.scala:112)
[error]     at ch.epfl.scala.debugadapter.testfmk.DebugTest.$anonfun$check$4$adapted(DebugTestSuite.scala:105)
[error]     at scala.collection.immutable.Map$Map1.foreach(Map.scala:193)
[error]     at ch.epfl.scala.debugadapter.testfmk.DebugTest.check(DebugTestSuite.scala:105)
[error]     at ch.epfl.scala.debugadapter.testfmk.DebugTest.check(DebugTestSuite.scala:76)
[error]     at ch.epfl.scala.debugadapter.testfmk.DebugTest.check$(DebugTestSuite.scala:71)
[error]     at ch.epfl.scala.debugadapter.testfmk.DebugTestSuite.check(DebugTestSuite.scala:20)
[error]     at ch.epfl.scala.debugadapter.ScalaEvaluationTests.$anonfun$new$106(ScalaEvaluationTests.scala:1154)

This is quite unexpected but not a garbage collected element. The program has not even started.

@iusildra iusildra changed the title Garbage collected element ? Unexpected NullPointerException Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing
Projects
None yet
Development

No branches or pull requests

2 participants