The guest-PC branch probe exists only on the snapshot branch, not on sylpheed-re
#1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
run-canary-safe.shlaunches Canary with--audit_61_branch_probe_pcs=<pcs>, and the desktop's/sylph-canaryskill — the project's main dynamic-RE instrument — is built entirely on that cvar.The cvar is defined only on
auto/canary-instrumentation-snapshot-2026-07-28(30d05ee97, the commit that preserved instrumentation which had never been committed). It is absent fromsylpheed-re, the default branch, and fromauto/re-frame-probe, which the native build tracks:Consequences. The only binary that can take PC probes is the Wine cross-build from 2026-05-21; the native build (2026-08-14) cannot. Rebuilding either from the default branch silently drops the probe, and the launcher would pass a flag the binary does not define.
Fix. Bring
30d05ee97, anda15430902(the Phase-A tracer it sits on), ontosylpheed-rebehind their existing cvar gates, which default off, then rebuild both binaries from it.