10000 gh-127604: ensure `-ldl` is passed to the linker when `dladdr1` is found by picnixz · Pull Request #133040 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-127604: ensure -ldl is passed to the linker when dladdr1 is found #133040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/faulthandler.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
picnixz and ZeroIntensity authored Apr 27, 2025
commit f73ed0bf82d9e81048c86f7be54d9b94552856b2
2 changes: 1 addition & 1 deletion Doc/library/faulthandler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ C Stack Compatibility
*********************

If the system does not support the C-level :manpage:`backtrace(3)`
or :manpage:`dladdr(3)`, then C stack dumps will not work.
or :manpage:`dladdr1(3)`, then C stack dumps will not work.
An error will be printed instead of the stack.

Additionally, some compilers do not support :term:`CPython's <CPython>`
Expand Down
Loading
0