I just reported this problem which occurs during a call to Alcotest.run: on Linux we're supposed to get a Stack_overflow exception but here we're getting a segfault. I doubt it has anything to do with alcotest but I don't know. Hopefully someone will find a way to reproduce the bug without involving alcotest.
I just reported this problem which occurs during a call to
Alcotest.run
: on Linux we're supposed to get aStack_overflow
exception but here we're getting a segfault. I doubt it has anything to do with alcotest but I don't know. Hopefully someone will find a way to reproduce the bug without involving alcotest.Here's the report with repro and system details: https://github.com/ocaml/ocaml/issues/10645