Skip to content
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

Add backtrace markers around LibraryFunctions special calls #1560

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Aug 12, 2024

Closes #1541.

This adds backtrace markers around library function lookups. These only include the function name, because many places where the problems can occur don't have exact locations available.
Also fixes the specification for __printf_chk which caused the crash on coreutils cp.

@sim642 sim642 added this to the v2.5.0 milestone Aug 12, 2024
@sim642 sim642 mentioned this pull request Sep 6, 2024
@sim642 sim642 merged commit f03d729 into master Sep 9, 2024
21 checks passed
@sim642 sim642 deleted the issue-1541 branch September 9, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running on coreutils yields exception from library mechansim
2 participants