[squid-dev] Build failed in Jenkins: trunk-matrix ยป clang,d-opensuse-13.2 #768

2016-09-19 Thread noc
See -- [...truncated 17653 lines...] configure: BUILD C++ FLAGS: -g -std=c++11 configure: BUILD EXTRA C++ FLAGS: -Werror -Qunused-arguments

Re: [squid-dev] FYI: trunk ContextPtr changes

2016-09-19 Thread Alex Rousskov
On 09/18/2016 08:04 PM, Amos Jeffries wrote: > I have split the work into batches to prevent it being one huge hairy > change diff that nobody can read. AFAICT, the correct way to achieve your goals is to merge a branch containing those "batches" as commits. That way, you get a single top-level

[squid-dev] [PATCH] Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration

2016-09-19 Thread Alex Rousskov
Hello, The attached trunk patch fixes bug 3819 in our tests. Please note that the underlying problem may lead to other assertions, including "NumberOfUFSDirs" in UFSSwapDir and "fd >= 0" in file_close(). Since trunk r9181.3.1, reconfiguration is done in at least two steps: First,