• Nils Goroll's avatar
    finally get r01490.vtc right · 691d5ac9
    Nils Goroll authored
    (i hope)
    
    Trouble here is that in pool_herder(), we access pp->dry unprotected, so
    we might see an old value, thus we might breed more than wthread_min
    even if the dry condition does not exist any more.
    
    So for the vtc, we need to wait until wthread_timeout has passed and the
    surplus thread has been kissed to death.
    
    Notice that this does not change with #2942 because there the same
    unprotected access happens to lqueue.
    691d5ac9
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
tools Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
.lgtm.yml Loading commit data...
.syntastic_c_config Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.Packaging Loading commit data...
README.rst Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish-legacy.m4 Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...