Actions
Bug #1418
closed
MJ
Destroying an un-started session with a kernel event result in dmesg warnings
Bug #1418:
Destroying an un-started session with a kernel event result in dmesg warnings
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/25/2024
Due date:
% Done:
0%
Estimated time:
Description
With kernel tracing enabled, simply creating a session with a single event and destroying it without having started it like so:
lttng create mysession lttng enable-event --kernel myevent lttng destroy mysession
Wil result in many warnings in dmesg about non-consumed data, it's always 84 bytes which could match a packet header :
[ 229.214608] LTTng: ring buffer relay-discard, cpu 15: non-consumed data
[ 84 bytes written, 0 bytes read ]
KS Updated by Kienan Stewart 9 months ago
- Status changed from New to Resolved
I believe this has been addressed by https://review.lttng.org/c/lttng-modules/+/13418 / https://github.com/lttng/lttng-modules/commit/755dfbfc2f8d93d7d790de9a2a9094cd5f13751e
Actions