Tyson Smith
Tyson Smith
This was originally detected recording replaying with rr commit d4127932. I was able to trigger the issue with the recording with the latest commit. ``` [FATAL src/ReplaySession.cc:1180:check_ticks_consistency()] (task 2849748 (rec:2844373)...
``` [FATAL src/ReplaySession.cc:793:guard_overshoot()] (task 122213 (rec:118672) at time 88305) -> Assertion `false' failed to hold. overshot target ticks=563234366 by 6; target registers mismatched: replay != rec: rax 0x1 != 0x4a0bf159e0dd0001,...
This happened when replaying a recording of a 32-bit process. I am using commit 0348e30. ``` [FATAL src/ReplaySession.cc:516:cont_syscall_boundary()] (task 498914 (rec:325249) at time 762) -> Assertion `false' failed to hold....
Found with Firefox debug build m-c `20240428-d1651fe33156` https://firefox-ci-tc.services.mozilla.com/tasks/index/gecko.v2.mozilla-central.revision.d1651fe33156a2aab5884ab1eaaaa8c5dd64631d.firefox/linux64-debug This was triggered during recording using rr commit 2bb38b94. ``` [FATAL src/Task.cc:1117:regs()] (task 10643 (rec:10643) at time 122921) -> Assertion `stopped_or_unexpected_exit()' failed...
Triggered while running `rr replay` using rr commit 2bb38b94. ``` [FATAL src/ReplaySession.cc:684:check_pending_sig()] (task 209395 (rec:208378) at time 158709) -> Assertion `false' failed to hold. Replaying `SIGNAL: SIGCHLD(async)': expecting tracee signal...
Grammar files can get big and complicated and it is easy to over look issues. The best solution is to make avalanche check at run time for issues (ex. unused...
``` Traceback (most recent call last): File "/home/user/code/avalanche/avalanche.py", line 1318, in main() File "/home/user/code/avalanche/avalanche.py", line 1314, in main args.output.write(Grammar(args.input, limit=args.limit, **args.function).generate()) File "/home/user/code/avalanche/avalanche.py", line 225, in __init__ self.sanity_check() File "/home/user/code/avalanche/avalanche.py",...
Grammar files can get big and complicated and it can be hard to understand weight values once they are nested in other choices and/or when then have multiple entries that...
Exception for network errors and invalid builds is currently the same. `fuzzfetch.FetcherException: Unable to find usable archive...` This makes it unclear if invalid build is being requested or something else...
Using 7z is much faster, we should notify users when it is not installed.