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

Initialize scala.util.control.NonFatal in Builder #4195

Merged
merged 1 commit into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. Initialize scala.util.control.NonFatal in Builder

    Chisel includes logic to trim NonFatal stack traces. OutOfMemoryErrors
    (e.g. from running out of heap or stack) can cause weird issues where
    because the JVM is out of memory, scala.util.control.NonFatal cannot be
    loaded to compare to and then the JVM masks the real OutOfMemoryError by
    throwing a LinkageError.
    jackkoenig committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    037705c View commit details
    Browse the repository at this point in the history