We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: When building there are no errors, but when running it gives the above error.
Enviroment Info: Distro: Arch Linux
How to reproduce
make make run
The text was updated successfully, but these errors were encountered:
Thanks for the issue! Will look into it.
Sorry, something went wrong.
Multiple bug fixes: websockets, null pointers and archlinux, #12
4b2c615
"Recently on Linux Kernels 6.6.6 and higher it was discovered that thread sanitizer will always lead to this error"
It seems that Archlinux has a bug with the sanitizer, easiest way to make it run is: sudo sysctl vm.mmap_rnd_bits=30
sudo sysctl vm.mmap_rnd_bits=30
Thanks for bringing this to my attention!
Ref: https://stackoverflow.com/questions/77850769/fatal-threadsanitizer-unexpected-memory-mapping-when-running-on-linux-kernels
No branches or pull requests
Problem:
When building there are no errors, but when running it gives the above error.
Enviroment Info:
Distro: Arch Linux
How to reproduce
The text was updated successfully, but these errors were encountered: