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

Fatal error: exception Out_of_memory #3661

Closed
vicuna opened this issue Sep 14, 2002 · 2 comments
Closed

Fatal error: exception Out_of_memory #3661

vicuna opened this issue Sep 14, 2002 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 14, 2002

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

Bug description

Hi ! I make a porting of your ocaml language in OS/2 environment, but I have a strange problem about memory.
The generation of ocaml runtime, compiler etc. end without problem.
When I compile the example asl, this is result:

[D:\emx\contrib\ocaml-3.06\oc\asl]make
ocamlc -g -pp camlp4o -c prel.mli
ocamlc -g -pp camlp4o -c prel.ml
ocamlc -g -pp camlp4o -c asl.mli
ocamlc -g -pp camlp4o -c asl.ml
ocamlc -g -pp camlp4o -c token.mli
Fatal error: exception Out_of_memory
make: *** [token.cmi] Error 2

[D:\emx\contrib\ocaml-3.06\oc\asl]

Have you an help for me ?

Thank's

Vincenzo

Vincenzo Venuto

Address: Italy
Tel: +39-(0)335-6059667
Fax: +39-(0)828-397244
PostgreSQL eMail: venuto@monrif.net
Private eMail: 3356059667@tim.it
URL: http://venuto.monrif.net
ICQ#: 97180686

S.E.T.I. Project supporter
Postgres SQL Server for OS/2 developer
Unix/Linux to OS/2 developer
Minnesota Map Server for OS/2 developer

@vicuna
Copy link
Author

vicuna commented Sep 20, 2002

Comment author: administrator

The generation of ocaml runtime, compiler etc. end without problem.
When I compile the example asl, this is result:

[D:\emx\contrib\ocaml-3.06\oc\asl]make
ocamlc -g -pp camlp4o -c prel.mli
ocamlc -g -pp camlp4o -c prel.ml
ocamlc -g -pp camlp4o -c asl.mli
ocamlc -g -pp camlp4o -c asl.ml
ocamlc -g -pp camlp4o -c token.mli
Fatal error: exception Out_of_memory

Try setting the OCAMLRUNPARAM environment variable to "v=255". This
will print a lot of informational messages on what the GC is doing,
and why it raises Out_of_memory.

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Oct 29, 2002

Comment author: administrator

Not enough info to reproduce or understand the problem.

@vicuna vicuna closed this as completed Oct 29, 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