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
Running the scheduler_stats drmemtrace tool at verbose 4 crashes when it hits an idle sequence: it tries to de-reference the input stream, which is null for idle.
The text was updated successfully, but these errors were encountered:
Fixes a crash in the drmemtrace schedule_stats tool at verbose 4 where
it tries to get the input stream on an idle sequence.
Tested on the new threadsig checked-in trace. Unfortunately the unit
tests mock the stream interfaces and so can't reproduce this, and the
top-level at verbose 4 with a big enough trace to hit idle is too slow
for a good regression test.
Fixes#7376
Fixes a crash in the drmemtrace schedule_stats tool at verbose 4 where
it tries to get the input stream on an idle sequence.
Tested on the new threadsig checked-in trace. Unfortunately the unit
tests mock the stream interfaces and so can't reproduce this, and the
top-level at verbose 4 with a big enough trace to hit idle is too slow
for a good regression test.
Fixes#7376
Running the scheduler_stats drmemtrace tool at verbose 4 crashes when it hits an idle sequence: it tries to de-reference the input stream, which is null for idle.
The text was updated successfully, but these errors were encountered: