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

bug compilo natif #3630

Closed
vicuna opened this issue Sep 3, 2002 · 1 comment
Closed

bug compilo natif #3630

vicuna opened this issue Sep 3, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 3, 2002

Original bug ID: 1367
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Jean-Christophe Filliâtre
Version: 3.04 et 3.06
OS: Linux i386
Submission from: pc803.lri.fr (129.175.8.114)

Le morceau de code suivant provoque une erreur d'ocamlopt à la compilation :


begin
try
raise Exit
with Exit ->
raise Exit
end
0

ocamlopt -c test.ml
Fatal error: exception Invalid_argument("Array.get")

J'ai testé avec ocamlopt et ocamlopt.opt, en versions 3.04 et 3.06.
(Note : Si on enlève l'argument 0 plus de problème)

En revanche, pas de problème avec ocamlc.

PS : on a trouvé ce bug en participant au concours de l'ICFP, ce qui nous
a donné quelques frayeurs hier matin :-)

--Jean-Christophe

@vicuna
Copy link
Author

vicuna commented Nov 4, 2002

Comment author: administrator

Fixed 2002-11-04 by XL

@vicuna vicuna closed this as completed Nov 4, 2002
@vicuna vicuna added the bug label Mar 19, 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