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

Increase verbosity of SymbolGettingError #36

Open
clegaard opened this issue May 13, 2021 · 0 comments
Open

Increase verbosity of SymbolGettingError #36

clegaard opened this issue May 13, 2021 · 0 comments

Comments

@clegaard
Copy link

I am using the library to verify that a dynamic linked library exports a specific set of symbols.

Currently, the library returns an error in cases of missing symbols that do not list the specific symbol missing:

SymbolGettingError(Os { code: 127, kind: Other, message: "The specified procedure could not be found." })

For troubleshooting bigger libraries it would be very useful if the missing symbol would be included in the message, like:

SymbolGettingError(Os { code: 127, kind: Other, message: "The specified procedure "foo" could not be found." })
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

1 participant