- Notifications
You must be signed in to change notification settings - Fork380
Scala Native fails unit-tests building itself using Windows_2025#4486
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thank you for identifying and reporting this problem. |
The "JDK compliance" and "runtime" log files seem to have errors which present differently Assumptions
Primary EvidenceJDK complianceThe "JDK compliance" Windows_2025 logs have an apparent failure block which I have not seen in I think I also tracked down a "PendingStackOverflowException" (concept from memory, probably not exact wording) runtimeI did not check all three Windows runtime logs here. I have examined a few in PR#4484. Here the Google says this means: (Remember also reports on Linux of people having seen signal 11 under load). Next StepsBeyond this is outside my areas of expertise or likely growth in economic time. |
Uh oh!
There was an error while loading.Please reload this page.
As originally discovered and isolated by kitbellew in Draft PR#4484, Scala Native itself
does not build and pass its unit-test when using Windows_2025. This Draft PR is a simplification of#4484.
scalafmtbuilds using Windows_2025, so this Issue prevents scalafmt from shipping witha putative 0.5.9. It also prevents testing recent SN bug fixes as they originally presented in
scalafmt.
To size the concern, I have a question in the SN Discourse trying to ascertain if SN 0.5.8, and
presumably 0.5.9Mumbleapplications work with Windows_2025 and/or Windows 11.