Re: valgrind warning in FSX tests

2015-01-19 Thread Philip Martin
Stefan Fuhrmann stefan.fuhrm...@wandisco.com writes: I beefed up my apr pools patch today such that it detected all the problems reported today. The FSX tests all pass now (with 1 XPASSED). valgrind and asan both still report problems in most of the tests in repos-test, typically: ==2370==

[l10n] Translation status report for trunk r1653191

2015-01-19 Thread Subversion Translation Status
Translation status report for trunk@r1653191 lang trans untrans fuzzy obs -- de2874 3 9 490 +~o es2265 612 830 528 ++U~~~ fr2569 308

Re: valgrind warning on prefix-string-test

2015-01-19 Thread Stefan Fuhrmann
On Mon, Jan 19, 2015 at 3:43 PM, Philip Martin philip.mar...@wandisco.com wrote: $ valgrind -q .libs/lt-prefix-string-test ==21219== Invalid write of size 8 ==21219==at 0x40B9202: svn_prefix_string__expand (prefix_string.c:272) ==21219==by 0x400B3F: test_empty_string

valgrind warning on prefix-string-test

2015-01-19 Thread Philip Martin
$ valgrind -q .libs/lt-prefix-string-test ==21219== Invalid write of size 8 ==21219==at 0x40B9202: svn_prefix_string__expand (prefix_string.c:272) ==21219==by 0x400B3F: test_empty_string (prefix-string-test.c:51) ==21219==by 0x403C173: do_test_num (svn_test_main.c:426) ==21219==by

valgrind warning in FSX tests

2015-01-19 Thread Philip Martin
Running fs-test 33 for FSX with pool debugging enabled gives various errors: $ ./fs-test --fs-type fsx 33 libsvn: Out of memory - terminating application. Aborted $ ./fs-test --fs-type fsx 33 ../src/subversion/tests/libsvn_fs/fs-test.c:4782, ../src/subversion/tests/libsvn_fs/fs-test.c:127:

Re: Logging of subrequest authorization checks in mod_dav_svn/mod_authz_svn

2015-01-19 Thread Ivan Zhakov
I've implemented proposed behavior in r1653032. On 16 January 2015 at 22:52, C. Michael Pilato cmpil...@collab.net wrote: [...] As for log levels, is there any reason to log the implicit read attempts at a level higher than debug? I have no opinion about the log level for the explicit ones.

Re: valgrind warning in FSX tests

2015-01-19 Thread Stefan Fuhrmann
On Mon, Jan 19, 2015 at 1:37 PM, Philip Martin philip.mar...@wandisco.com wrote: Running fs-test 33 for FSX with pool debugging enabled gives various errors: $ ./fs-test --fs-type fsx 33 libsvn: Out of memory - terminating application. Aborted [...] Fixed in r1653113. Test 43 gives