Browse thread
Segfaults with Dynlink with OCaml 3.11
[
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: | Paul Steckler <steck@s...> |
| Subject: | Re: [Caml-list] Segfaults with Dynlink with OCaml 3.11 |
On Mon, Aug 23, 2010 at 9:06 PM, Stéphane Glondu <steph@glondu.net> wrote: > Does your real large program use C bindings? Are you able to reproduce > the segfaults with pure OCaml code? Yes, the large program has C bindings, including calls into dynamically loaded .so files (Linux dynamic libraries). Anything I should look into for those? Thanks, -- Paul