[libmicrohttpd] CI Pipeline fails (doc / etex fails)

2019-10-13 Thread Tim Rühsen
Please have a look at https://gitlab.com/libmicrohttpd/libmicrohttpd/-/jobs/319336621 Regards, Tim signature.asc Description: OpenPGP digital signature

[libmicrohttpd] CI Pipeline fails (address sanitizer issue)

2019-10-13 Thread Tim Rühsen
Is this wanted / expected behavior in 'test_upgrade_large' ? If yes, we can set ASAN_OPTIONS=allocator_may_return_null=1 when running the tests. ### Warning: Zero size, specified for thread pool size, is ignored. Thread pool is not used. Using debug build of libmicrohttpd. Warning: Zero size,

Re: [libmicrohttpd] CI Pipeline fails (address sanitizer issue)

2019-10-13 Thread Christian Grothoff
Dear Tim, Thanks for reporting. Unless I'm badly mistaken, e3179550..b24cb240 should fix this (bug in the test case, hence no urgency to re-release anything). Please let me know if this does _not_ fix the problem. Happy hacking! Christian On 10/13/19 3:10 PM, Tim Rühsen wrote: > Is this wanted

Re: [libmicrohttpd] CI Pipeline fails (doc / etex fails)

2019-10-13 Thread Christian Grothoff
Dear Tim, The error you are quoting is triggered by gpl-2.0.texi, which we copied 1:1 from gnulib (and is current). The problem also does not arise on my system, so I suspect what you discovered could be a bug in gnulib when the license file is used against some particular (maybe very recent) texi

Re: [libmicrohttpd] CI Pipeline fails (address sanitizer issue)

2019-10-13 Thread ng0
Hi, I can confirm on NetBSD 9.99.15 amd64 with clang from base (7.x), that the tests I previously reported as broken on NetBSD are now passing (in plain normal libmicrohttpd git checkout builds). the test after test_postform11 (test_postloop11?) spends more time than expected, but the tests advan

Re: [libmicrohttpd] CI Pipeline fails (doc / etex fails)

2019-10-13 Thread Paul Eggert
On 10/13/19 9:01 AM, Christian Grothoff wrote: I suspect what you discovered could be a bug in gnulib when the license file is used against some particular (maybe very recent) texinfo installation/version. I see the problem on Ubuntu 18.04.3 LTS which has GNU texinfo 6.5 and TeX Live 2017/Debi