Note that a similar bug has already been reported for Camlp4:
https://caml.inria.fr/mantis/view.php?id=7435
Camlp4/Camlp5 tend to be demanding in term of compilation (or rather,
they hit code shapes that the compiler does not handle very well), so
changes that make compilation more resource-intensive, such as
Spacetime, can tip over the edge and provoke a failure -- this is not
due to a hard bug on anyone's side.
On Fri, Feb 17, 2017 at 8:53 PM, Daniel de Rauglaudre
<daniel.de_rauglaudre@inria.fr> wrote:
> Hi,
>
> Which version of OCaml and Camlp5? Taken from where? The github
> sources? Or else which site?
>
> On Sat, Feb 18, 2017 at 01:00:31AM +0300, Kakadu wrote:
>> Hey, folks
>>
>> I got a crash during compilation of camlp5. Is it expected to be easy
>> fixable? Or something terrible?
>>
>> Happy hacking,
>> Kakadu
>>
>> ➜ meta git:(master) ✗ OCAMLRUNPARAM="b" ocamlopt.opt -warn-error A -I
>> ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.04.0/utils -c -impl
>> q_MLast.ppo
>> Fatal error: exception Stack overflow
>>
>> ....
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> Called from file "asmcomp/spill.ml", line 173, characters 8-60
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> Called from file "asmcomp/spill.ml", line 160, characters 32-51
>> ....
>>
>> --
>> Caml-list mailing list. Subscription management and archives:
>> https://sympa.inria.fr/sympa/arc/caml-list
>> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
>> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
> --
> Daniel de Rauglaudre
> http://pauillac.inria.fr/~ddr/
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs