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

Symbolication of dynamic libraries doesn't work on MinGW #333

Closed
alexcrichton opened this issue May 14, 2020 · 2 comments
Closed

Symbolication of dynamic libraries doesn't work on MinGW #333

alexcrichton opened this issue May 14, 2020 · 2 comments

Comments

@alexcrichton
Copy link
Member

The test added in #332 is failing on MinGW. I believe the cause is here, which is that we don't actually attempt to load information about native libraries.

@mati865
Copy link

mati865 commented May 16, 2020

I suppose this cdylib has dependency on libgcc_s unwind library. Maybe it's not loaded properly?
ASLR is most likely not enabled by default with LD BFD.

@alexcrichton
Copy link
Member Author

Fixed in #345

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

2 participants