Actions
Bug #813
closedThe load/save command with a remote session fails to handle correcty the tracing path
Start date:
06/25/2014
Due date:
% Done:
0%
Estimated time:
Description
The save command with a control URI saves it with a path containing the session name. For instance, a session named "truie", the field in the XML session file is set to:
<control_uri>tcp4://127.0.0.1:5342/truie</control_uri>
This should not be added to the path!
Furthermore, the load command adds the domain in front of the session name for the tracing path.
~/lttng-traces/dalia/kernel/truie-20140625-165009/kernel/
This again is not valid.
Updated by David Goulet over 10 years ago
- Status changed from Confirmed to Resolved
Has been fixed somehow by an unknown commit. We can't reproduce.
Actions