Browse thread
Out_of_memory
[
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: | 2004-12-18 (11:10) |
From: | Damien Doligez <damien.doligez@i...> |
Subject: | Re: [Caml-list] Out_of_memory |
On Dec 18, 2004, at 09:18, Christopher Alexander Stein wrote: > Do you mean something more than gdb? I've used gdb and I get the > following stack trace: I mean ocamldebug. It's well worth the investment of learning to use it. > 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