See <http://build.squid-cache.org/job/3.0-amd64-CentOS-5.3/64/changes>
Changes: [Amos Jeffries <[email protected]>] Author: Henrik Nordstrom <[email protected]> Bug 3056: comm.cc "!fd_table[fd].closing()" assertion from helperServerFree when a helper crashes while processing requests reshuffle helperServerFree so it first unregisters the failed helper and starts new ones if needed before it calls the callbacks on any pending requests. If not those ends up resheduling the request on this same crashed and partially shut down helper. [Amos Jeffries <[email protected]>] Author: Alex Rousskov <[email protected]> Check for NULL and empty strings before calling str*cmp(). These checks are necessary to ensure consistent comparison results (important for sorting and searching) and to avoid segfaults on NULL buffers (because termedBuf() may return NULL instead of the expected "0-terminated buffer"). ------------------------------------------ Started by an SCM change Building on master [workspace] $ bzr log --show-ids -r -1 [workspace] $ bzr pull --overwrite http://bzr.squid-cache.org/bzr/squid3/branches/SQUID_3_0 http://bzr.squid-cache.org/bzr/squid3/branches/SQUID_3_0 is permanently redirected to http://bzr.squid-cache.org/bzr/squid3/branches/SQUID_3_0/ M src/helper.cc All changes applied successfully. Now on revision 9190. [workspace] $ bzr log --show-ids -r -1 [workspace] $ bzr log -v -r revid:amosjeffr...@squid-cache.org-20100901075447-forii2klfwibdo1i..revid:[email protected] --long --show-ids [workspace] $ /bin/sh -xe /tmp/hudson1163742118737779703.sh + ./test-builds.sh --verbose --cleanup TESTING: layer-00-bootstrap chmod: cannot access `btlayer-00-bootstrap': No such file or directory BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts WARNING: Cannot find libtool version 1.5 1.4 Trying libtool (GNU libtool) 2.2.10 automake (1.9) : automake autoconf (2.61) : autoconf libtool (??) : libtool Bootstrapping src/Makefile.am:194: Libtool library used but `LIBTOOL' is undefined src/Makefile.am:194: src/Makefile.am:194: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/Makefile.am:194: to `configure.in' and run `aclocal' and `autoconf' again. automake failed Autotool bootstrapping failed. You will need to investigate and correct before you can develop on this source tree buildtest.sh result is 1 BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts REMOVE DATA: btlayer-00-bootstrap Build Failed. Last log lines are: BUILD: .././test-suite/buildtests/layer-00-bootstrap.opts WARNING: Cannot find libtool version 1.5 1.4 Trying libtool (GNU libtool) 2.2.10 automake (1.9) : automake autoconf (2.61) : autoconf libtool (??) : libtool Bootstrapping src/Makefile.am:194: Libtool library used but `LIBTOOL' is undefined src/Makefile.am:194: src/Makefile.am:194: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/Makefile.am:194: to `configure.in' and run `aclocal' and `autoconf' again. automake failed Autotool bootstrapping failed. You will need to investigate and correct before you can develop on this source tree buildtest.sh result is 1 REMOVE LOG: btlayer-00-bootstrap.log
