Project

General

Profile

Actions

Bug #879

closed

Lttng list shows max uint as live interval

Added by Marc-Andre Laperle about 9 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Antoine Busque
Target version:
Start date:
02/09/2015
Due date:
% Done:

100%

Estimated time:

Description

Using Lttng 2.5.4

lttng create --snapshot
lttng list session-name

...
Live timer interval (usec): 4294967295

in a non-snapshot session, the live timer interval is 0. When using 2.6.0, it's reproduceable but without the session name as argument to the 'list' command:

lttng create --snapshot
lttng list
...
Live timer interval (usec): 4294967295

and in MI also:

lttng list --mi xml

<command><name>list</name><output><sessions><session><name>auto-20150209-194111</name><path></path><enabled>false</enabled><snapshot_mode>1</snapshot_mode><live_timer_interval>4294967295</live_timer_interval></session></sessions></output></command>
Actions #1

Updated by Jérémie Galarneau about 9 years ago

  • Assignee set to Jérémie Galarneau
Actions #2

Updated by Jérémie Galarneau over 8 years ago

  • Status changed from New to Confirmed
  • Target version set to 2.7
Actions #3

Updated by Jérémie Galarneau over 8 years ago

  • Assignee changed from Jérémie Galarneau to Antoine Busque
Actions #4

Updated by Anonymous over 8 years ago

  • Status changed from Confirmed to Resolved
  • % Done changed from 0 to 100

Applied in changeset tools|commit:ae58b817f6c592f283397dbb243f56ce4d333c19.

Actions

Also available in: Atom PDF