Actions
Bug #731
closedlttng (re)start emits error when session created with --no-output or --snapshot
Start date:
02/12/2014
Due date:
% Done:
100%
Estimated time:
Description
Verified with latest stable-2.3
- lttng create test --no-output
Session test created.
- lttng enable-channel --overwrite -k test-chan
Kernel channel test-chan enabled for session test
- lttng enable-event -k -c test-chan signal_generate
kernel event signal_generate created in channel test-chan
- lttng start
Tracing started for session test
- lttng stop
Waiting for data availability
Tracing stopped for session test
- lttng start
Error: Consumer add channel key 33 already exists!
Tracing started for session test
I'm not sure if this can be safely ignored? I'm trying to measure lttng syscall overhead, hence the --no-output but it's not clear if tracing is actually being restarted.
Updated by Mathieu Desnoyers over 10 years ago
- Project changed from LTTng to LTTng-tools
- Assignee set to David Goulet
Updated by David Goulet over 10 years ago
- Status changed from New to Confirmed
- Priority changed from High to Normal
To answer your question, yes the tracing has been started. This error is an issue for the kernel tracing. I'll look into it.
Updated by David Goulet over 10 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 4ce9ff516705a70c0063b55c9ca976cd672770e2.
Actions