You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haven't had time to completely chase it down, however, it looks like the record has the Period set, but, the parseSample sees an attribute/type without the period. So, parseSample does not attempt to read a period value when one exists, and when it reads the _RAW size, it sees the period (in the example, 38803), which is much longer than the expected RAW sample data. perf sched script does show the period being read, so it seems like it's probably at attribute parsing/mapping.
Crashes due to some header parsing issue when attempting to read a perf sched recording.
Specifically, it looks to attempt to call
skip()
over a buffer of much shorter length duringparseSample
.To reproduce:
The text was updated successfully, but these errors were encountered: