RE: apr_palloc is not thread safe

2013-05-30 Thread TROY . LIU 劉春偉
17:22 troy To: TROY.LIU 劉春偉 Cc: d...@apr.apache.org; modules-dev@httpd.apache.org Subject: Re: apr_palloc is not thread safe TROY.LIU 劉春偉 writes: > In our practice, we found two threads get same address returned by > apr_palloc. It will happen about one hour later after our server >

Re: apr_palloc is not thread safe

2013-05-30 Thread Philip Martin
TROY.LIU 劉春偉 writes: > In our practice, we found two threads get same address returned by > apr_palloc. It will happen about one hour later after our server > starts. We are using apr 1.4.5, the issue still exists in the > latest subversion. >From apr_pools.h: * Note that most operati