Re: [PATCH v9 0/4] Uprobes: Support SDT markers having reference count (semaphore)

From: Ravi Bangoria
Date: Tue Aug 21 2018 - 01:23:39 EST


Hi Song,

> However, if I start a.out AFTER enabling the uprobe, there is something wrong:
>
> root@virt-test:~# ~/a.out
> 11
> semaphore 0 <<< this should be non-zero, as the uprobe is already enabled

Ok. I'm able to reproduce this. Digging deeper.

Ravi