<div dir="ltr"><div>Given the following vcl:<br><br>vcl 4.0;<br>import std;<br>backend localhost {<br>    .host = "127.0.0.1";<br>    .port = "8080";<br>}<br>sub vcl_recv {<br>    if (req.url ~ "^((?!_product).)*$") {<br>        std.log("made it");<br>    }<br>}<br><br></div><div>The following request causes the crash:<br><br>curl "<a href="http://localhost/internal/v2/location?geocode=33.33,44.44&apiKey=hithere">http://localhost/internal/v2/location?geocode=33.33,44.44&apiKey=hithere</a>"<br><br>This ticket discusses the issue:  <a href="https://www.varnish-cache.org/trac/ticket/1576">https://www.varnish-cache.org/trac/ticket/1576</a>   It's closed, however the remedies mentioned don't help ("-p thread_pool_stack=64k").  The ticket did mention a request for minimal VCL to replicate.<br><br></div><div>Version is 4.0.3.  Rpm's come from EPEL.  I tried to get the repo from <a href="http://varnish-cache.org">varnish-cache.org</a> to work, but they blew up on dependencies around libpcre.so.0 (despite pcre and pcre-devel being installed).<br><br></div><div>OS is CentOS 7.1<br></div><div>PCRE version is pcre-8.32-14</div><div><br></div><div>-Jason<br></div></div>