We run those tests with sanitizers and valgrind and don't see the issues
(Debian Linux). Any chance to enable sanitizers and get symbolized
backtrace ?
ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer (or where the clang
symbolizer might be)
CFLAGS="-g -ggdb3 -Og" ./configure --enable-fsanitize-asan
Regards, Tim
On 4/3/20 12:54 AM, Jeffrey Walton wrote:
Hi Everyone/Tim,
Here are testing results of Wegt2 master on OS X 10.12. OS X 10.12 has
System Integrity Protection (SIP). It may have something to do with
the failures.
make check-TESTS
../build-aux/test-driver: line 107: 48775 Abort trap: 6 "$@"
$log_file 2>&1
FAIL: test
../build-aux/test-driver: line 107: 48795 Abort trap: 6 "$@"
$log_file 2>&1
FAIL: test-parse-html
PASS: test-cond
PASS: test-decompress
PASS: test-dl
Attached are config.log and test-suite.log.