Re: apr_pool_join() and APR_POOL_DEBUG

2019-07-17 Thread William A Rowe Jr
On Tue, Jul 16, 2019, 23:54 Rainer Jung wrote: > Am 17.07.2019 um 01:30 schrieb Branko Čibej: > > On 16.07.2019 23:18, Rainer Jung wrote: > >> I had some need for using APR_POOL_DEBUG today and ran into a > >> situation where pool lifetimes needed a hint using apr_pool_join(). > >> That is all

Re: apr_pool_join() and APR_POOL_DEBUG

2019-07-16 Thread Rainer Jung
Am 17.07.2019 um 01:30 schrieb Branko Čibej: On 16.07.2019 23:18, Rainer Jung wrote: I had some need for using APR_POOL_DEBUG today and ran into a situation where pool lifetimes needed a hint using apr_pool_join(). That is all documented and fine, except that I was surprised to see, that

Re: apr_pool_join() and APR_POOL_DEBUG

2019-07-16 Thread Branko Čibej
On 16.07.2019 23:18, Rainer Jung wrote: > I had some need for using APR_POOL_DEBUG today and ran into a > situation where pool lifetimes needed a hint using apr_pool_join(). > That is all documented and fine, except that I was surprised to see, > that apr_pool_join() doesn't work unless the

apr_pool_join() and APR_POOL_DEBUG

2019-07-16 Thread Rainer Jung
I had some need for using APR_POOL_DEBUG today and ran into a situation where pool lifetimes needed a hint using apr_pool_join(). That is all documented and fine, except that I was surprised to see, that apr_pool_join() doesn't work unless the application itself is also compiled with