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 dynamic symbols #46

Merged
merged 2 commits into from
Mar 11, 2025
Merged

Add dynamic symbols #46

merged 2 commits into from
Mar 11, 2025

Conversation

c-herrewijn
Copy link
Collaborator

Fix for issue #43

Compiler flag EXPORT_DYNAMIC_SYMBOLS adds symbol names to stack trace for Linux builds.
Also see: duckdb/duckdb#15587

Example issue created with this flag via manual run with older duckdb build: duckdb/duckdb-fuzzer#4082

Pointer addresses are removed from the stack trace when the issue is logged in duckdb-sqlsmith.
Included in PR duckdb/duckdb-sqlsmith#41 (commit a02a94)

Copy link
Collaborator

@Tmonster Tmonster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Tmonster Tmonster merged commit 3ad8c2b into main Mar 11, 2025
3 checks passed
@c-herrewijn c-herrewijn deleted the add-dynamic-symbols branch March 11, 2025 14:54
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.

2 participants