Re: APR_POOL_DEBUG usage question
Yann Ylavic <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <CAKQ1sVOiTXTi3SyEEosPi+iSNSt54uG2Myj+wbcUB33A9SK3Vg@mail.gmail.com> |
On Wed, Jan 31, 2024 at 7:44 PM Simon Walter <[email protected]> wrote: > > Should I use '--enable-pool-debug=yes' or '--enable-pool-debug=verbose'? I'd suggest using simple --enable-pool-debug[=yes] and ASan (Address Sanitizer, i.e. "-fsanitize=address -fno-sanitize-recover=address" in $CFLAGS). Regards, Yann.