[
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: | Denis Bueno <dbueno@g...> |
| Subject: | ocamlc Stack_overflow |
[I tried sending this a few days ago with a rather large attachment. Since it hasn't been approved since then, I'm sending it again, sans attachment.] All-- The source file available on my website [2] gives the following output (when uncompressed, of course): ,---- | $ ocamlc -g -c spit_etest.ml | Fatal error: exception Stack_overflow `---- I really have no idea where to start, whether it's my fault or ocamlc's. I have included some relevant system information [1]. Could someone point my in the right direction? -Denis [1] ,---- | $ uname -a | Darwin ford.local 8.7.0 Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC Power Macintosh powerpc `---- ,---- | $ ocamlc -version | 3.09.2 `---- The ocaml I'm using was installed by Fink; the fink version (as reported by `fink list ocaml` is 3.09.2-1000. [2] http://churn.ath.cx/spit_etest.ml.tar.bz2