Address Sanitizer issue is resolved at my end. I am providing the details how
it was solved , may be helpful for others.
Address sanitizer doesn’t detect memory leaks in Ubuntu 14.04 LTS with gcc
version 4.8.4 .
I have found a patch to gcc for Address Sanitizer at
https://gcc.gnu.org/ml/gcc-p
I'd try picking a value >= 7 and just casting it to the enum. I don't think
there's an official mechanism for doing that. Although you could use
EVENT_IMMEDIATE and pass additional data in the edata field.
On Wednesday, November 16, 2016 7:42 AM, Jonathan Adams
wrote:
Hi,
I am w
Hi,
I am writing a plugin that will perform some (relatively) slow actions on an
incoming request. My plan is that, rather than having the plugin block waiting
for each action to finish, they will launch in separate threads and then send
an event to the appropriate TSCont instance to indicate t