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

Re: runtime error message on Windows NT platfform #2636

Closed
vicuna opened this issue Dec 8, 2000 · 2 comments
Closed

Re: runtime error message on Windows NT platfform #2636

vicuna opened this issue Dec 8, 2000 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 8, 2000

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

Bug description

Hi,

Thank you for your message to the Caml mailing list.

However your message seems to be a bug report; hence I send it to the
relevant mailing list

caml-bugs@inria.fr

Thank again for your interest in Caml.

Pierre Weis

INRIA, Projet Cristal, Pierre.Weis@inria.fr, http://cristal.inria.fr/~weis/

Hi,

I 'm doing a portage of a caml program on a Windows NT platform.

I got the following error message while executing it:
runtime error R6016
- not enough space for thread data

Does anyone know what does this error message mean ?

The tools installed on the platform are :
- Objective Caml 3.0
- Visual C++ 6.0
- Visual C++ Service Pack 4
- Processor Pack 6.15

I don't know if there is a relationship but on the Link phase, i got the
two following warning messages
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other
libs; use /NODEFAULTLIB:library
LINK : warning LNK4089: all references to "GDI32.dll" discarded by
/OPT:REF

Forgive me if this is an NT configuration problem, i am new to caml and
NT platforms.

Best Regards

Françoise
e-mail : fellin@atosorigin.com

@vicuna
Copy link
Author

vicuna commented Dec 8, 2000

Comment author: administrator

I 'm doing a portage of a caml program on a Windows NT platform.

I got the following error message while executing it:
runtime error R6016
- not enough space for thread data

Does anyone know what does this error message mean ?

Voici ce que MSDN a à dire là dessus:

The program did not receive enough memory from the operating system
to complete a _beginthread call.
When a new thread is started, the library must create an internal
database for the thread. If the database cannot be expanded with
memory provided by the operating system, the thread will not begin
and the calling process will stop.

Donc, cela ressemble à un problème de mémoire insuffisante. Vous
pouvez regarder l'occupation de la mémoire dans le "Gestionnaire de
processus" pour confirmer.

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Dec 12, 2000

Comment author: administrator

Looks like an out-of-memory condition on the user's machine.

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