CI Test: container native symbols update - #5
Open
pramodk wants to merge 4 commits into
Open
Conversation
pramodk
force-pushed
the
pramodk/container-native-symbols-update
branch
from
July 15, 2026 14:59
ef86c7d to
3358a14
Compare
pramodk
force-pushed
the
pramodk/container-native-symbols-update
branch
2 times, most recently
from
August 7, 2026 12:57
42a5777 to
1dd8b70
Compare
pramodk
force-pushed
the
pramodk/container-native-symbols-update
branch
from
August 7, 2026 14:18
1dd8b70 to
dc70713
Compare
- Add a libdwfl fallback that opens absolute module paths through /proc/<pid>/root so remote Pyxis/Enroot targets can resolve libraries that are only visible inside the container filesystem. - Associate the analyzed PID with each DWFL module before attach so the ELF lookup callback can find the target process root during native unwinding. - Preserve the existing build-id and linux-proc lookup paths first; the process-root fallback is used only when normal host lookup fails. - This fixes the behavior seen with the ImageNet Pyxis NCCL run where PyStack 1.6 reported insufficient native information or lost libtorch/libtorch_cuda/NCCL frames from container targets. Signed-off-by: Pramod Kumbhar <prkumbhar@nvidia.com>
- Resolve mapped paths through /proc/<pid>/root before libdwfl's fallback to avoid opening a different host file. - Preserve plain module paths for identical files so same-namespace module and debuginfo behavior stays unchanged. - Handle deleted and missing module names safely, and match load points against reported, main, and debug paths. Signed-off-by: Pramod Kumbhar <prkumbhar@nvidia.com>
- Build target and host-decoy libraries at one mapped path to verify native symbols use the target filesystem view. - Require the mount-namespace test in coverage CI while allowing unsupported local environments to skip it. Signed-off-by: Pramod Kumbhar <prkumbhar@nvidia.com>
- Trigger full coverage for pushes to pramodk/container-native-symbols and allow manual workflow dispatches. Signed-off-by: Pramod Kumbhar <prkumbhar@nvidia.com>
pramodk
force-pushed
the
pramodk/container-native-symbols-update
branch
from
August 10, 2026 15:09
dc70713 to
89f79fc
Compare
pramodk
marked this pull request as ready for review
August 10, 2026 15:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.