Should have followed that up with a question: Is my installation of libunwind good and I can *probably* ignore these failures or are they showstoppers?
thanks On Mon, Jul 6, 2015 at 3:20 PM, Matt Rutherford <[email protected]> wrote: > $ uname -a > Linux loto 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 > GNU/Linux > > $ make check > Making check in src > make[1]: Entering directory '/home/me/develop/libunwind-1.1/src' > make check-am > make[2]: Entering directory '/home/me/develop/libunwind-1.1/src' > make[2]: Nothing to be done for 'check-am'. > make[2]: Leaving directory '/home/me/develop/libunwind-1.1/src' > make[1]: Leaving directory '/home/me/develop/libunwind-1.1/src' > Making check in tests > make[1]: Entering directory '/home/me/develop/libunwind-1.1/tests' > make test-proc-info test-static-link test-strerror Gtest-bt Ltest-bt > Gtest-exc Ltest-exc Gtest-init Ltest-init Gtest-concurrent Ltest-concurrent > Gtest-resume-sig Ltest-resume-sig Gtest-resume-sig-rt Ltest-resume-sig-rt > Gtest-dyn1 Ltest-dyn1 Gtest-trace Ltest-trace test-async-sig > test-flush-cache test-init-remote test-mem test-setjmp test-ptrace > Ltest-varargs Ltest-nomalloc Ltest-nocalloc Lrs-race run-check-namespace > run-ptrace-mapper run-ptrace-misc run-coredump-unwind > run-coredump-unwind-mdi > make[2]: Entering directory '/home/me/develop/libunwind-1.1/tests' > make[2]: 'test-proc-info' is up to date. > make[2]: 'test-static-link' is up to date. > make[2]: 'test-strerror' is up to date. > make[2]: 'Gtest-bt' is up to date. > make[2]: 'Ltest-bt' is up to date. > make[2]: 'Gtest-exc' is up to date. > make[2]: 'Ltest-exc' is up to date. > make[2]: 'Gtest-init' is up to date. > make[2]: 'Ltest-init' is up to date. > make[2]: 'Gtest-concurrent' is up to date. > make[2]: 'Ltest-concurrent' is up to date. > make[2]: 'Gtest-resume-sig' is up to date. > make[2]: 'Ltest-resume-sig' is up to date. > make[2]: 'Gtest-resume-sig-rt' is up to date. > make[2]: 'Ltest-resume-sig-rt' is up to date. > make[2]: 'Gtest-dyn1' is up to date. > make[2]: 'Ltest-dyn1' is up to date. > make[2]: 'Gtest-trace' is up to date. > make[2]: 'Ltest-trace' is up to date. > make[2]: 'test-async-sig' is up to date. > make[2]: 'test-flush-cache' is up to date. > make[2]: 'test-init-remote' is up to date. > make[2]: 'test-mem' is up to date. > make[2]: 'test-setjmp' is up to date. > make[2]: 'test-ptrace' is up to date. > make[2]: 'Ltest-varargs' is up to date. > make[2]: 'Ltest-nomalloc' is up to date. > make[2]: 'Ltest-nocalloc' is up to date. > make[2]: 'Lrs-race' is up to date. > make[2]: Nothing to be done for 'run-check-namespace'. > make[2]: Nothing to be done for 'run-ptrace-mapper'. > make[2]: Nothing to be done for 'run-ptrace-misc'. > make[2]: Nothing to be done for 'run-coredump-unwind'. > make[2]: Nothing to be done for 'run-coredump-unwind-mdi'. > make[2]: Leaving directory '/home/me/develop/libunwind-1.1/tests' > make check-TESTS > make[2]: Entering directory '/home/me/develop/libunwind-1.1/tests' > PASS: test-proc-info > PASS: test-static-link > PASS: test-strerror > PASS: Gtest-bt > PASS: Ltest-bt > PASS: Gtest-exc > PASS: Ltest-exc > PASS: Gtest-init > PASS: Ltest-init > PASS: Gtest-concurrent > PASS: Ltest-concurrent > PASS: Gtest-resume-sig > PASS: Ltest-resume-sig > PASS: Gtest-resume-sig-rt > PASS: Ltest-resume-sig-rt > FAILURE: expected 13, not 1 frames below signal frame > FAIL: Gtest-dyn1 > FAILURE: expected 13, not 1 frames below signal frame > FAIL: Ltest-dyn1 > PASS: Gtest-trace > PASS: Ltest-trace > PASS: test-async-sig > PASS: test-flush-cache > PASS: test-init-remote > PASS: test-mem > PASS: test-setjmp > PASS: test-ptrace > PASS: Ltest-varargs > PASS: Ltest-nomalloc > PASS: Ltest-nocalloc > PASS: Lrs-race > PASS: run-check-namespace > PASS: run-ptrace-mapper > PASS: run-ptrace-misc > Segmentation fault (core dumped) > FAILURE: start IPs incorrect > FAIL: run-coredump-unwind > Segmentation fault (core dumped) > FAILURE: start IPs incorrect > FAIL: run-coredump-unwind-mdi > =========================================== > 4 of 34 tests failed > Please report to [email protected] > =========================================== > Makefile:1022: recipe for target 'check-TESTS' failed > make[2]: *** [check-TESTS] Error 1 > make[2]: Leaving directory '/home/me/develop/libunwind-1.1/tests' > Makefile:1145: recipe for target 'check-am' failed > make[1]: *** [check-am] Error 2 > make[1]: Leaving directory '/home/me/develop/libunwind-1.1/tests' > Makefile:476: recipe for target 'check-recursive' failed > make: *** [check-recursive] Error 1 > >
_______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
