SizeTests on 2.13 makes JVM segfault on JDK 13 and 14
See original GitHub issueexample of it happening on Ubuntu, in the Scala community build: https://scala-ci.typesafe.com/job/scala-2.13.x-jdk14-integrate-community-build/628/console
but I have also seen it happen outside dbuild, on MacOS + JDK 14 (14-ea+32-1423) + Scala 2.13.1. just by cloning the repo and then doing testJVM/test
. here’s the crash log: https://gist.github.com/SethTisue/849ae992455477669d595e3e6510f1a0
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Issues · alexarchambault/scalacheck-shapeless - GitHub
SizeTests on 2.13 makes JVM segfault on JDK 13 and 14. #149 opened on Jan 24, 2020 by SethTisue · 6. Summon a...
Read more >JVM 8 SIGSEGV: which could be the cause? - java
The specific issue that you've hit here is a segmentation fault when running a Java method which has been compiled; in this case,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
reproducible with just
testJVM/testOnly *SizeTests
is
openjdk@1.14.0-33
newer or older than14-ea+32-1423
? the latter is whatbrew cask install java-beta
gives me on macOS