On Jun 24, 2011 2:07 PM, "Greg Stein" <gst...@gmail.com> wrote: > > > On Jun 24, 2011 1:57 PM, "Daniel Shahaf" <danie...@elego.de> wrote: > > > > Philip Martin wrote on Fri, Jun 24, 2011 at 18:50:59 +0100: > > > Daniel Shahaf <danie...@elego.de> writes: > > > > > > > ==15085== Conditional jump or move depends on uninitialised value(s) > > > > ==15085== at 0x4629A2E: inflateReset2 (in /usr/lib/libz.so.1.2.3.4) > > > > ==15085== by 0x4629B0C: inflateInit2_ (in /usr/lib/libz.so.1.2.3.4) > > > > ==15085== by 0x428E453: serf_deflate_read (deflate_buckets.c:201) > > > > ==15085== by 0x428D177: serf_response_read (response_buckets.c:387) > > > > ==15085== by 0x427B39A: svn_ra_serf__handle_xml_parser (util.c:1536) > > > > ==15085== by 0x427BC1E: handle_response (util.c:1804) > > > > ==15085== by 0x427BD0F: handle_response_cb (util.c:1835) > > > > ==15085== by 0x428A387: serf__process_connection (outgoing.c:829) > > > > ==15085== by 0x42889B5: serf_event_trigger (context.c:206) > > > > ==15085== by 0x4288B68: serf_context_run (context.c:269) > > > > ==15085== by 0x42796C5: svn_ra_serf__context_run_wait (util.c:668) > > > > ==15085== by 0x426C280: svn_ra_serf__wait_for_props (property.c:622) > > > > > > zlib doesn't play well with valgrind, see for example: > > > > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=287603 > > > > > > so this may be a false positive. > > > > Can I disable all forms of compression that might be used? (at least > > both response compression and svndiff1) > > You can disable wire compression in your server config file.
On the client side. > > I don't think you can disable svndiff1. > > Cheers, > -g