Browse thread
[Caml-list] at_exit functions not called during exit
- Hendrik Tews
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Hendrik Tews <tews@t...> |
| Subject: | [Caml-list] at_exit functions not called during exit |
Hi, I noticed that functions registered with Pervasives.at_exit are not called when a C-library function calls exit. Is this a bug or a feature? Assuming it is a feature I experimented with atexit and callbacks to ocaml. Now I have the following question: When a ocaml program is going down, is there a point of time after which I should not callback from C to Ocaml (because libraries/the garbage collector are deinitialised)? If yes, how can I check for this condition? Bye, Hendrik ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr