You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: