dynamorio icon indicating copy to clipboard operation
dynamorio copied to clipboard

[drmemtrace] Incorrect treatment of split_value marker ordering in raw2trace

Open abhinav92003 opened this issue 11 months ago • 0 comments

raw2trace has logic to "unread" entries and put them in a deque, which is required for some readahead logic during trace decomposition. The TRACE_MARKER_TYPE_SPLIT_VALUE markers hold the partial marker values that do not fit in one marker. This marker is expected to be present before the actual marker. But raw2trace "unread" entry logic puts it back in the reverse order.

abhinav92003 avatar Apr 28 '25 20:04 abhinav92003