Hi Adam,
On 26/11/2021 13:02, Adam Steen wrote:
ocamlopt
duniverse/parsexp/src/.parsexp.objs/native/parsexp__Parser_automaton.{cmx,o}
(exit 2)
(cd _build/default && /home/adams/.opam/default/bin/ocamlopt.opt -w -40 -w -a
-g -I duniverse/parsexp/src/.parsexp.objs/byte -I
duniverse/parsexp/src/.parsexp.objs/native -I
duniverse/base/compiler-stdlib/src/.caml.objs/byte -I
duniverse/base/compiler-stdlib/src/.caml.objs/native -I
duniverse/sexplib0/src/.sexplib0.objs/byte -I
duniverse/sexplib0/src/.sexplib0.objs/native -intf-suffix .ml -no-alias-deps -open
Parsexp__ -o duniverse/parsexp/src/.parsexp.objs/native/parsexp__Parser_automaton.cmx
-c -impl duniverse/parsexp/src/parser_automaton.ml)
Fatal error: exception Stack overflow
looks like it might be parsexp related??
Could you try with `ulimit -s 8192` (or some even bigger value for your
stack size)? There's some discussion on
https://github.com/ocaml/ocaml/pull/10736 which may fix the issue at
hand in the future (> OCaml 4.14.0).
Best,
Hannes