Project

General

Profile

Actions

Bug #529

closed

add-context causes empty trace

Added by Francis Giraldeau almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
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 #1

Updated by Mathieu Desnoyers almost 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF