I am trying to compile the latest stable with "-O2 -fsanitize=leak" and configure
coredumps with:
configure:75374: checking whether the arpack library works
configure:75578: g++ -o conftest -O2 -fsanitize=leak -pthread -fopenmp conftest.cpp -larpack -lopenblas -L/usr/lib/gcc/x86_64-redhat-linux/7 -L/usr/
lib/gcc/x86_64-redhat-linux/7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/7/../../.. -llsan -lgfortran -lm -lq
uadmath -lutil -lm >&5
configure:75578: $? = 0
configure:75578: ./conftest
../configure: line 3774: 27291 Segmentation fault (core dumped) ./conftest$ac_exeext
configure:75578: $? = 139
configure: program exited with status 139
Has anyone see the same? (gcc 7.3.1)
Dmitri.
--