boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
253 stars 32 forks source link

Disable ASLR on Drone instances #292

Closed anarthal closed 3 months ago

anarthal commented 3 months ago

We're getting ASAN and TSAN failures apparently regarding an update to the Linux Kernel increasing the number of ASLR bits (https://stackoverflow.com/questions/77850769/fatal-threadsanitizer-unexpected-memory-mapping-when-running-on-linux-kernels). We should limit or disable ASLR to prevent failures.