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

Custom runtime systematic failure w/ OCaml RPM #7988

Closed
vicuna opened this issue Jan 8, 2003 · 2 comments
Closed

Custom runtime systematic failure w/ OCaml RPM #7988

vicuna opened this issue Jan 8, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jan 8, 2003

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

Bug description

Full_Name: Dominique Quatravaux
Version: 3.06-1
OS: Linux
Submission from: sete.idealx.com (213.41.87.82)

I am using RedHat 7.3 and the ocaml RPM from
http://caml.inria.fr/ocaml/distrib.html

I created the following file under name helloworld.ml:

print_string "hello world\n";;

I compiled it using:

ocamlc -o helloworld -custom helloworld.ml

Then I ran:

./helloworld

Response:

Fatal_error: section `IM' is missing

@vicuna
Copy link
Author

vicuna commented Jan 10, 2003

Comment author: administrator

Bonjour Dominique,

I am using RedHat 7.3 and the ocaml RPM from
http://caml.inria.fr/ocaml/distrib.html
I created the following file under name helloworld.ml:
print_string "hello world\n";;
I compiled it using:
ocamlc -o helloworld -custom helloworld.ml
Then I ran:
./helloworld
Response:
Fatal_error: section `IM' is missing

Je n'arrive pas à reproduire ce problème sous RH 7.3 avec le RPM
correspondant (ocaml-3.06-1.i386.rh73.rpm). Le message d'erreur
suggère que l'exécutable bytecode "helloworld" est corrompu.

Si tu souhaites que je regarde ce problème plus en détails,
pourrais-tu m'envoyer 1- l'exécutable "helloword" lui-même, et 2-
le résultat de la commande "strace helloworld".

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented May 12, 2003

Comment author: administrator

Could not reproduce.

@vicuna vicuna closed this as completed May 12, 2003
@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