Segfault with ldacfilter built on conda
The draft conda recipe for ldac compiles on the conda-builder Docker image (albeit with warnings), but unfortunately segfaults when running ldacfilter
. I have no idea why this is.
It runs properly when built with GCC 4.8.5 on Scientific Linux release 7.6. Also, the version included in THELI pipeline core 1.9.5 runs properly when built with conda, but lacks some binaries.
I've attached the conda recipe, the resulting package, and the conda build log. The compiler used by conda-build
is GCC 7.3.0, and the Docker image used to do the build is based on CentOS 7.5.1804 (without any dev tools -- these are provided by conda-build
).