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
This is a bit of an embarassing bug-fix, but as pointed out in
rr-debugger#3834 (comment),
I accidentally broke `rr pack` without trace dir specified (which is
supposed to pack the latest dir). We do actually have a test for it,
which does fail for me locally (which I didn't notice - sorry),
but not on CI. I'm not entirely sure why it doesn't fail on CI, but
I imagine we might be copying more things in the CI environment, rather
than cloning/linking them. To try to catch similar regressions in the future,
this also adds an extra check to the test to make sure that there is
some `mmap_pack_*` file in the trace after packing. I think we should
always be packing at least libc or ld-linux, so hopefully there
shouldn't be any false positives there.
0 commit comments