Skip to content

lcalc -z segfaults with multiple precision (MPFR)

If you build lcalc with MPFR numbers, the resulting executable chokes on e.g. lcalc -z 1:

$ ./configure --enable-precision=multiple
$ make
...
$ src/lcalc/lcalc -z 1
Segmentation fault

This is caught by the test suite.