On Wed, Mar 29, 2006 at 11:14:36AM +0300, Sviatoslav Sviridov wrote:
> PASS: repos-test 7: test authz in the commit editor
> ==22561==
> ==22561== Jump to the invalid address stated on the next line
> ==22561== at 0x44C0193: ???
> ==22561== by 0x40A3BB6: pool_clear_debug (apr_pools.c:1361)
> ==22561== by 0x40A3D1B: apr_pool_destroy_debug (apr_pools.c:1437)
> ==22561== by 0x40A3BA6: pool_clear_debug (apr_pools.c:1358)
> ==22561== by 0x40A3CAD: apr_pool_clear_debug (apr_pools.c:1411)
> ==22561== by 0x4023C1E: main (svn_test_main.c:315)
> ==22561== Address 0x44C0193 is not stack'd, malloc'd or (recently) free'd
> ==22561==
> ==22561== Process terminating with default action of signal 11 (SIGSEGV)
I wonder if a pool cleanup function is running after we've unloaded the
DSO (is that even remotely possible? I don't know what --enable-dso
really achieves). What's on apr_pools.c line 1361?
Does the same problem occur if you run only test 7 by itself?
('repos-test 7')
Regards,
Malcolm
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 29 17:44:40 2006