Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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. (cherry picked from commit 0baa8fd) Co-authored-by: Jack Koenig <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information