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

check other parts in std where multi-thread sync is needed #12

Open
xxshady opened this issue Jan 25, 2025 · 1 comment
Open

check other parts in std where multi-thread sync is needed #12

xxshady opened this issue Jan 25, 2025 · 1 comment

Comments

@xxshady
Copy link
Owner

xxshady commented Jan 25, 2025

in the process of fixing #7 and #9 i've discovered that rust std uses dbghelp.dll on windows which itself is single-thread library but std synchronizes access to it for multiple threads by using mutex. in case of relib this mutex wont help because every module (dynamic library) has its own std which has its own mutex for dbghelp.dll

@xxshady
Copy link
Owner Author

xxshady commented Jan 25, 2025

the cause of #4 is probably related to multiple rust std's of modules in host process

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