[Varnish] #1860: ESI-related memory leaks

Varnish varnish-bugs at varnish-cache.org
Wed Feb 24 13:10:41 CET 2016


#1860: ESI-related memory leaks
--------------------+--------------------
 Reporter:  daghf   |       Owner:
     Type:  defect  |      Status:  new
 Priority:  normal  |   Milestone:
Component:  build   |     Version:  4.1.2
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+--------------------

Comment (by daghf):

 To reproduce, build with

 {{{
 ./autogen.des CC=clang --without-jemalloc CFLAGS="-fno-omit-frame-pointer
 -fsanitize=address -fsanitize-recover"
 }}}

 The -fsanitize-recover option lets asan continue after spotting an error
 if you also do
 {{{
 export ASAN_OPTIONS=halt_on_error=0
 }}}

 to get symbols in the output you also need to set ASAN_SYMBOLIZER_PATH to
 point at your llvm-symbolizer application, e.g.
 {{{
 export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.6
 }}}

 Be warned that the signal to noise ratio in the resulting make check test-
 suite.log is rather staggering.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1860#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list