I'm building libunwind 1.3.1 using the GCC 7.4.0 compiler on Ubintu 18.04. This is the only error I saw when I ran make check:
*FAIL: run-coredump-unwind-mdi* make[6]: Entering directory '/gpfs/fs1/SHARE/Utils/LibUnWind/1.3.1/GCC-7.4.0/distro/tests' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/gpfs/fs1/SHARE/Utils/LibUnWind/1.3.1/GCC-7.4.0/distro/tests' ============================================================================ Testsuite summary for libunwind 1.3.1 ============================================================================ # TOTAL: 35 # PASS: 34 # SKIP: 0 # XFAIL: 0 *# FAIL: 1* # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log *Please report to libunwind-devel@nongnu.org* ============================================================================ Makefile:1472: recipe for target 'test-suite.log' failed make[5]: [test-suite.log] Error 1 (ignored) make[5]: Leaving directory '/gpfs/fs1/SHARE/Utils/LibUnWind/1.3.1/GCC-7.4.0/distro/tests' The log file says this: FAIL: run-coredump-unwind-mdi ============================= Segmentation fault (core dumped) FAILURE: procedure names are missing/incorrect Is there anything else you need to know? -- Carl