Add backtrace_symbols(_fd)() functions#4668
Merged
tgross35 merged 1 commit intorust-lang:mainfrom Sep 2, 2025
Merged
Conversation
678e1de to
ae90c2c
Compare
Contributor
Author
|
The same pipelines are falling as on the main branch, I guess that means it's okay. |
Contributor
Author
tgross35
approved these changes
Sep 1, 2025
Contributor
tgross35
left a comment
There was a problem hiding this comment.
Sorry for the delay, LGTM!
Contributor
|
@mkornaukhov03 could you please squash? |
ae90c2c to
8654db3
Compare
Contributor
Author
Done |
Contributor
Author
Thank you for the feedback! |
Contributor
|
Thank you! |
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 22, 2025
(backport <rust-lang#4668>) (cherry picked from commit a69e346)
Merged
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 22, 2025
(backport <rust-lang#4668>) (cherry picked from commit a69e346)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 22, 2025
(backport <rust-lang#4668>) (cherry picked from commit a69e346)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 22, 2025
(backport <rust-lang#4668>) (cherry picked from commit a69e346)
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.
Description
Add
backtrace_symbols()andbacktrace_symbols_fd()for linux gnu.Fixes #4667
Sources
https://github.com/bminor/glibc/blob/6f999af332c91035350390ef8af96388b8f4fd2c/debug/execinfo.h
Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI
@rustbot label +stable-nominated