Browse thread
Wrapping C code using pthread.
[
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: | 2009-12-29 (03:39) |
From: | Jake Donham <jake@d...> |
Subject: | Re: [Caml-list] Wrapping C code using pthread. |
On Sun, Dec 27, 2009 at 1:33 PM, Guillaume Yziquel <guillaume.yziquel@citycable.ch> wrote: > If someone knows how to use gdb on a bytecode executable to locate the > segfault in MonetDB's .so file, I'd be quite happy to know. You can just gdb ocamlrun, then run with the bytecode file as argument. (Assuming you are not building in -custom mode.)