search for: _dl_sort_fini

Displaying 2 results from an estimated 2 matches for "_dl_sort_fini".

2017 Sep 28
0
Re: nbdkit 1.1.15 -- test-python failure
...eck TESTS=test-socket-activation >& /tmp/log ; do echo -n . ; done It can take many iterations to see the crash. When the tests exit, examine both /tmp/log and tests/test-suite.log. The stack trace from the crash is: Thread 2 (Thread 0x7f67a975d800 (LWP 22742)): #0 0x00007f67a9579250 in _dl_sort_fini () from /lib64/ld-linux-x86-64.so.2 #1 0x00007f67a9579402 in _dl_fini () from /lib64/ld-linux-x86-64.so.2 #2 0x00007f67a8817c68 in __run_exit_handlers () from /lib64/libc.so.6 #3 0x00007f67a8817cba in exit () from /lib64/libc.so.6 #4 0x00000000004046ac in main (argc=<optimized out>, argv=...
2017 Sep 27
2
nbdkit 1.1.15 -- test-python failure
Hi, when I tested building nbdkit 1.1.15 in a current Debian chroot, I ran into the following test failure. A repeated build went fine through the tests and so far I have not been able to reproduce it with the previous version. The failing build was done using a clean Debian/sid, amd64 chroot spawned by sbuild. Cheers, -Hilko FAIL: test-python =================