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

OCaml's compilers should never die with Misc.Fatal_error except when there is a bug #7131

Closed
vicuna opened this issue Jan 28, 2016 · 2 comments
Labels
Milestone

Comments

@vicuna
Copy link

vicuna commented Jan 28, 2016

Original bug ID: 7131
Reporter: dobenour
Status: closed (set by @mshinwell on 2016-12-07T15:49:04Z)
Resolution: not a bug
Priority: normal
Severity: minor
Target version: 4.03.1+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

OCaml's compilers currently dies with an uncaught exception in certain cases that are due to user error. It should not be possible to cause this to happen except through resource exhaustion or unsafe OCaml code (such as misusing Obj).

Additional information

GHC tells users to file a bug report when an internal error is detected

@vicuna
Copy link
Author

vicuna commented Jan 28, 2016

Comment author: @trefis

Do you have some examples of such "user errors"?

@vicuna
Copy link
Author

vicuna commented Dec 7, 2016

Comment author: @mshinwell

No examples have been provided in the past ten months, so closing.

@vicuna vicuna closed this as completed Dec 7, 2016
@vicuna vicuna added this to the 4.03.1 milestone Mar 14, 2019
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant