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

Add a specific error message for the Stack_overflow exception #1021

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

tleedjarv
Copy link
Contributor

No description provided.

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.
@gdt gdt merged commit fba6250 into bcpierce00:master Apr 23, 2024
29 checks passed
@tleedjarv tleedjarv deleted the soverfl-msg branch April 24, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants