Actions
Bug #378
closedIncomplete metadata for user space tracing
Start date:
10/16/2012
Due date:
% Done:
100%
Estimated time:
Description
Test case:
$ lttng create
$ lttng enable-event -a -u
$ lttng start
$ [running 50 times demo-trace of lttng-ust]
$ lttng stop
At this point, some traces are missing metadata (only 4096 where should be 8092 bytes).
Files
Updated by David Goulet about 12 years ago
- File bug378-fix.diff bug378-fix.diff added
The issue here is that the metadata thread does not read all the available data when the metadata fd hung up.
The attached patch fixes the issue and also allow the metadata thread to continue if a buffer read error occurs.
Updated by David Goulet about 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 4bb94b7597f56f5200ebd6a88e906488172241fb.
Actions