Hi,
In shm_object_table_append_shm()/alloc_shm(), why not calling FD_CLOEXEC
fcntl() to shmfds? I guess this omission leads to shm fds leak.
Thanks
zhenyu.ren
--
发件人:Jonathan Rajotte-Julien
发送时间:2022年2月25日(星期五) 22:31
收件人:zhenyu.
Hi,
The 2.13.2 release of the LTTng kernel tracer includes a fix for the
syscall tracing feature. A bug crept into 2.13.0 which caused the
system call input arguments to be recorded on return from system call
rather than the output arguments. This fix was in the master branch of
lttng-modules, but
Hi Vincent,
I had a chance to look into this and came up with the following fix:
https://review.lttng.org/c/lttng-tools/+/7478/4
Would you have a chance to try it on your end before I merge it?
Thanks for the great bug report!
Jérémie
- Original Message -
> From: "Vincent Whitchurch"
>