Browse thread
Re: [Caml-list] Re: ocaml sefault in bytecode: unanswered questions
- Michel Mauny
[
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: | Michel Mauny <Michel.Mauny@i...> |
| Subject: | Re: [Caml-list] Re: ocaml sefault in bytecode: unanswered questions |
ivan chollet écrit/writes [09/08/2009 08:58] : > So my question is rather: outside the Marshal module, what > can cause segfault? The Obj module and your own C code --if any-- are also unsafe. Note that the OS itself can kill you when your process goes beyond limits. Try playing with ulimit (for bash) before running your program. Best, -- Michel Mauny