Browse thread
Out_of_memory
-
Christopher Alexander Stein
-
Damien Doligez
-
Christopher Alexander Stein
-
Damien Doligez
- Christopher Alexander Stein
-
Damien Doligez
-
Christopher Alexander Stein
-
Damien Doligez
[
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: | Christopher Alexander Stein <stein@e...> |
| Subject: | Re: [Caml-list] Out_of_memory |
Interesting point. It was throwing Out_of_memory half the time and segfaulting the other half (in caml_oldify_mopup), then I carefully read through the C <-> OCaml chapter of the manual and made sure my C library code is consistent with the rules outlined there. Since those changes, it no longer throws Out_of_memory and always segfaults in caml_oldify_mopup. I will take a look at camldebug. Thanks, Lex On Sat, 18 Dec 2004, Damien Doligez wrote: > > Program received signal SIGSEGV, Segmentation fault. > > I'm not sure I understand how this segfault can translate to an > out-of-memory exception in the bytecode runtime. > > -- Damien > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >