lalinference scripts segfault with --help
Two scripts provided by lalinference
(the C library package) issue a Segmentation fault when run with --help
:
$ lalinference_bench --help
lalinference_bench: Benchmark template and likelihood functions.
<snip>
Segmentation fault
$ echo $?
139
The same is true for lalinference_burst
. Tested using rpms on CIT and conda builds on macOS.