Reliable user-space stack traces with SFrame
Reliable user-space stack traces with SFrame
Posted May 23, 2023 7:29 UTC (Tue) by izbyshev (guest, #107996)Parent article: Reliable user-space stack traces with SFrame
Why would this problem be specific to dlopen()? ISTM it's the same for any dynamically-linked executables (even if they don't use dlopen()). Dynamic linking happens in user space, so the kernel currently learns about libraries only indirectly (by seeing them mmap'ed for execution).
Posted May 23, 2023 11:31 UTC (Tue)
by nevets (subscriber, #11875)
[Link]
Reliable user-space stack traces with SFrame