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
AddressSanitizer complains if it isn't the first shared object in the
link map besides the vDSO. It checks for the vDSO by testing whether
the DT_SONAME of the object starts with 'linux-'. With the
introduction of librrpage, this check no longer passes and causes
ASan-instrumented programs to abort when being recorded by rr.
This patch alters the linker arguments used for producing the
librrpage dummy vDSO such that its SONAME is 'linux-vdso.so.1'.
0 commit comments