Actions
Bug #529
closedadd-context causes empty trace
Start date:
05/12/2013
Due date:
% Done:
100%
Estimated time:
Description
With 2.2.0-rc2, when enabling some context for UST, the generated trace
is empty. Here is a small script to reproduce the problem:
$ cat do.sh lttng create lttng enable-channel u -u lttng enable-event -c u -a -u lttng add-context -c u -u -t vpid -t vtid lttng start $@ lttng stop lttng view lttng destroy
When commenting out the "add-context" command, then the trace is
generated correctly.
Actions