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
fix(valgrind): use %p in log file path to avoid multi-process overwrite
Each (potentially forked) process now writes to its own valgrind.<pid>.log
instead of clobbering a shared log file. On failure, dump these per-process
logs via a dump_valgrind_logs helper when debug logging is enabled.
0 commit comments