Commit 58c407c0 authored by Nils Goroll's avatar Nils Goroll

document --without-jemalloc to avoid the bundled jemalloc bug

parent 72dad508
...@@ -208,11 +208,17 @@ KNOWN ISSUES ...@@ -208,11 +208,17 @@ KNOWN ISSUES
* On Linux, if ``make check`` fails for `vmod_esicookies_reload.vtc`, * On Linux, if ``make check`` fails for `vmod_esicookies_reload.vtc`,
inspect the error log. If it reports a segmentation violation inspect the error log. If it reports a segmentation violation
(SIGSEGV) in varnishd, your varnish sources have most likely been (SIGSEGV) in varnishd, your varnish sources have most likely been
compiled with the bundled jemalloc. Please make sure that an compiled with the (outdated) bundled jemalloc.
up-to-date `jemalloc` development package is installed on your
system (probably called `libjemalloc-dev` or `jemalloc-devel`) and To avoid this issue, either
re-build Varnish. Check the `config.log` for a `No system jemalloc
found` warning and re-iterate if this warning is found. 1. compile varnish ``--without-jemalloc``
2. or make sure that an up-to-date `jemalloc` development package is
installed on your system (probably called `libjemalloc-dev` or
`jemalloc-devel`) and re-build Varnish. Check the `config.log`
for a `No system jemalloc found` warning and re-iterate if this
warning is found.
* Varnish 3 releases differ in their behaviour with regard to empty * Varnish 3 releases differ in their behaviour with regard to empty
headers. Setting a header to the result of the to_http0_e_ and headers. Setting a header to the result of the to_http0_e_ and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment