libdill: Test Suite Errors
When compiling under Arch, I get the following error output:
==> Starting check()...
make tests/example tests/go tests/fd tests/cls tests/handle tests/chan tests/choose tests/sleep tests/signals tests/overload tests/proc tests/proc1 tests/proc2 tests/proc3 tests/proc4 tests/proc5
make[1]: Entering directory '/home/halosghost/.build/libdill/src/libdill-0.5-beta'
CC tests/example.o
CCLD tests/example
CC tests/go.o
CCLD tests/go
CC tests/fd.o
CCLD tests/fd
CC tests/cls.o
CCLD tests/cls
CC tests/handle.o
CCLD tests/handle
CC tests/chan.o
CCLD tests/chan
CC tests/choose.o
CCLD tests/choose
CC tests/sleep.o
CCLD tests/sleep
CC tests/signals.o
CCLD tests/signals
CC tests/overload.o
CCLD tests/overload
CC tests/proc.o
CCLD tests/proc
CC tests/proc1.o
CCLD tests/proc1
CC tests/proc2.o
CCLD tests/proc2
CC tests/proc3.o
CCLD tests/proc3
CC tests/proc4.o
CCLD tests/proc4
CC tests/proc5.o
CCLD tests/proc5
make[1]: Leaving directory '/home/halosghost/.build/libdill/src/libdill-0.5-beta'
make check-TESTS
make[1]: Entering directory '/home/halosghost/.build/libdill/src/libdill-0.5-beta'
make[2]: Entering directory '/home/halosghost/.build/libdill/src/libdill-0.5-beta'
./test-driver: line 107: 22194 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/example
./test-driver: line 107: 22223 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/go
./test-driver: line 107: 22259 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/fd
./test-driver: line 107: 22294 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/cls
PASS: tests/handle
./test-driver: line 107: 22358 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/chan
./test-driver: line 107: 22390 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/choose
./test-driver: line 107: 22424 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/sleep
./test-driver: line 107: 22459 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/signals
./test-driver: line 107: 22493 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/overload
./test-driver: line 107: 22525 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/proc
./test-driver: line 107: 22559 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/proc1
./test-driver: line 107: 22595 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/proc2
./test-driver: line 107: 22629 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: tests/proc3
PASS: tests/proc4
PASS: tests/proc5
============================================================================
Testsuite summary for libdill Unknown
============================================================================
# TOTAL: 16
# PASS: 3
# SKIP: 0
# XFAIL: 0
# FAIL: 13
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to libmill@freelists.org
============================================================================
make[2]: *** [Makefile:1211: test-suite.log] Error 1
make[2]: Leaving directory '/home/halosghost/.build/libdill/src/libdill-0.5-beta'
make[1]: *** [Makefile:1319: check-TESTS] Error 2
make[1]: Leaving directory '/home/halosghost/.build/libdill/src/libdill-0.5-beta'
make: *** [Makefile:1631: check-am] Error 2
The file at test-suite.log
is here (though it’s not terribly helpful as far as I can tell).
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (8 by maintainers)
Sounds good to me. I will propose reopening should it seem to come back later.