[
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: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] Assertion failure in ocamlrund |
On May 27, 2005, at 21:26, Sami Liedes wrote: > file freelist.c; line 123 ### Assertion failed: wo_sz >= 1 Have you tried compiling without option -unsafe and using only the safe versions of Array.get and Array.set? Is your program pure OCaml without any C code? If the answers are yes to both questions, I'd like to get a copy of your source. -- Damien