-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a specific message for Stack_overflow exception
Stack_overflow is quite certainly a result of programming error. Even so, you would rarely see it and receive a SIGSEGV first (except perhaps with bytecode runtime). OCaml since version 5 is allocating a separate stack and thus it is quite likely to see a Stack_overflow exception without crashing the entire program.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters