> From: Ian Holsman [mailto:ianh@apache.org]
> Subject: [PATCH] -- apr_pool_c debug feature
>
> patch to pool debugging to display the pool_creation and it's children
> when you destroy them
> BTW.. should the global pool be tagged as 'global'?
>
> ...Ian
> the reason I'm posting is i'm not sure if there is a better way to open
> up the stderr log to print the stuff out.
Yes. Sorry I didn't spot this earlier. I'm fixing this in about an hour.
Currently it is wrong. We should never close the stderr, unless we dup.
Sander
|