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

Generate .debug symbols for libfdb_c #6895

Open
sfc-gh-almiller opened this issue Apr 19, 2022 · 2 comments
Open

Generate .debug symbols for libfdb_c #6895

sfc-gh-almiller opened this issue Apr 19, 2022 · 2 comments
Assignees

Comments

@sfc-gh-almiller
Copy link
Collaborator

Currently, it appears that libfdb_c.so is stripped, and that this stripping does not generate a .debug file with symbols, unlike what is done for executables.

This is problematic for consumers of libfdb_c.so, because there's no way to symbolicate a stack trace, and the FDB project cannot offer a .debug file with symbols (like how is done for all the server components), because no such file exists.

@sfc-gh-abeamon
Copy link
Collaborator

sfc-gh-abeamon commented Apr 19, 2022

As a side note, historically the debug file for libfdb_c.so had been named libfdb_c.so-debug, and I believe it was just an unstripped version of libfdb_c.so. This is different than what we do for the executables, where the .debug file contains just the symbols.

@mpatou-openai
Copy link
Contributor

Any news on this issue?

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

No branches or pull requests

4 participants