Dan Good <[email protected]> writes: > I built an ubuntu-15.10-server to see if I could replicate the issue, but > the tests all pass. I've also run it on CentOS 7 and a current Amazon > Linux AMI. Are you running a stock Ubuntu? Any security hardening?
No, out-of-box defaults pretty much. Of course, it's valgrind. The following patch "fixes" it. diff --git a/ccan/altstack/_info b/ccan/altstack/_info index 1b03770..b411c29 100644 --- a/ccan/altstack/_info +++ b/ccan/altstack/_info @@ -109,6 +109,7 @@ * // (altstack@103) SIGSEGV caught * // altstack return: -1, fn return: (nil) * + * Ccanlint: tests_pass_valgrind FAIL * License: APACHE-2 * Author: Dan Good <[email protected]> */ Cheers, Rusty. _______________________________________________ ccan mailing list [email protected] https://lists.ozlabs.org/listinfo/ccan
