Actions
Bug #879
closed
ML
AB
Lttng list shows max uint as live interval
Bug #879:
Lttng list shows max uint as live interval
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
Actions