Browse thread
cywgin stack overflow
[
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: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | Re: [Caml-list] cywgin stack overflow |
skaller wrote: > ocamlopt.opt: fails without message > ocamlopt: fails with Stack overflow message FYI, OCaml does not implement stack detection under Cygwin in native code (contrary to MSVC and Mingw ports), so the difference of behavior between ocamlopt and ocamlopt.opt is not suprising. (I guess you get the equivalent of a segfault with ocamlopt.opt, but maybe nothing is printed.) -- Alain