[lttng-dev] 回复: 回复: 回复: shm leak in traced application?

2022-03-07 Thread zhenyu.ren via lttng-dev
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.

[lttng-dev] [RELEASE] LTTng-modules 2.13.2 (Linux kernel tracer)

2022-03-07 Thread Mathieu Desnoyers via lttng-dev
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

Re: [lttng-dev] [PATCH lttng-tools] Fix: consumer-stream: use-after-free of metadata bucket

2022-03-07 Thread Jérémie Galarneau via lttng-dev
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" >