Skip to content

[3.15] gh-156703: Set LD_LIBRARY_PATH in SystemTap trace commands (GH-156424) - #156755

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-faf4e52-3.15
Open

[3.15] gh-156703: Set LD_LIBRARY_PATH in SystemTap trace commands (GH-156424)#156755
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-faf4e52-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Prefix commands passed to stap -c with LD_LIBRARY_PATH via env, when
probes reside in libpython. This allows the interpreter to find
libpython when staprun does not preserve the loader path.
(cherry picked from commit faf4e52)

Co-authored-by: stratakis cstratak@redhat.com

…honGH-156424)

Prefix commands passed to stap -c with LD_LIBRARY_PATH via env, when
probes reside in libpython. This allows the interpreter to find
libpython when staprun does not preserve the loader path.
(cherry picked from commit faf4e524356634ac95d9de3f7f115603f7440a9b)

Co-authored-by: stratakis <cstratak@redhat.com>
@encukou

encukou commented Sep 1, 2026

Copy link
Copy Markdown
Member

(This doesn't need to be in today's rc2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants