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: | Stéphane Glondu <steph@g...> |
| Subject: | Re: [Caml-list] Segfaults with Dynlink with OCaml 3.11 |
Le 23/08/2010 14:12, Paul Steckler a écrit : > [...] > Oh, we just added the Dynlink stuff. There haven't been any recent > crashes until > just now. That could be an unhappy coincidence; the real issue might > lurk in unrelated > code, as you point out. Note that Dynlink can point out bugs (even in your own code) that don't happen without Dynlink. For example, code implicitly assuming that top-level declarations are executed while the program is loading. -- Stéphane