Skip to content

Preserve caller's LD_PRELOAD in python.sh launchers#628

Open
Kaweees wants to merge 2 commits into
isaac-sim:developfrom
Kaweees:develop
Open

Preserve caller's LD_PRELOAD in python.sh launchers#628
Kaweees wants to merge 2 commits into
isaac-sim:developfrom
Kaweees:develop

Conversation

@Kaweees

@Kaweees Kaweees commented May 21, 2026

Copy link
Copy Markdown

python.sh hard-overwrote LD_PRELOAD with libcarb.so, dropping any preload the caller had already set (e.g. libgomp.so.1, required on some aarch64 Ubuntu setups (e.g. DGX Spark) to avoid a TLS-init warning at startup).

Kaweees added 2 commits May 21, 2026 14:53
python.sh hard-overwrote LD_PRELOAD with libcarb.so, dropping any preload the caller had already set (e.g. libgomp.so.1, required on some aarch64 Ubuntu setups (e.g. DGX Spark) to avoid a TLS-init warning at startup).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant