Bug #914
closedlttng: Trace is going on even though event has been disabled
100%
Description
Hi guys
Issue: My trace log is still going after I disable the events.
My detail log is as attachment
Please help me, Thanks.
lttng version is :
lttng version 2.7.0-pre - Gaia -v2.6.0-rc1-242-g60f7035.
PC is Ubuntu14.04
I use my app "hello" as http://lttng.org/docs/v2.6/#doc-tracing-your-own-user-application told. But I modified my hello.c is as attachment.
To reproduce my issue:
1/ lttng create mysession
2/ lttng enable-event hello_world:my_first_tracepoint --filter '$ctx.procname == "./hello*"' --session mysession -u -c channel
3/ lttng enable-event hello_world:my_first_tracepoint --session mysession -u -c channel
4/ ./hello and press Enter to start tracepoint
5/ lttng disable-event --session mysession --channel channel --userspace hello_world:my_first_tracepoint
6/ lttng start and about 4sec later type lttng stop
7/ lttng view
Then you can view the trace log is going though you have disabled the events with filter
Files
Updated by jia fang about 9 years ago
- Copied to Bug #935: lttng: Trace is going on even though event has been disabled added
Updated by Jonathan Rajotte Julien about 9 years ago
- Project changed from LTTng-UST to LTTng
Updated by Jonathan Rajotte Julien about 9 years ago
- Status changed from New to Confirmed
- Assignee set to Jonathan Rajotte Julien
Updated by Jonathan Rajotte Julien about 9 years ago
- Status changed from Confirmed to Feedback
- Priority changed from Critical to Normal
- Target version set to 2.7
Updated by jia fang about 9 years ago
Hi Jonathan
It works well. Thanks a lot.
BR,
Fang
Updated by Jérémie Galarneau about 9 years ago
Here is an updated version of the fix.
http://lists.lttng.org/pipermail/lttng-dev/2015-September/025046.html
Updated by Jonathan Rajotte Julien about 9 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset lttng-tools:tools|commit:700c5a9d4dc7b552926b8ddcbba91cc13312aba0.
Updated by Jérémie Galarneau about 9 years ago
My version of the fix has a bad cast which can result in a crash. Also, I misunderstood Jonathan's fix, which is correct. Mea culpa!