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

Random crashes, maybe due to multiple threads accessing same memory? #6

Open
CosminPerRam opened this issue Jun 22, 2024 · 0 comments

Comments

@CosminPerRam
Copy link
Owner

Sometimes the visualizer just randomly crashes, I didn't had the time to properly debug it but I'm pretty sure that happens because we are accessing the same memory withing multiple threads (e.g. when sorting is running and we are doing something that manipulates the sorting data), if this is the problem, it could be fixed with mutexes, but I think that'll for sure take a hit on the sorting speed performance.

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