#include <execinfo.h>
#include <ucontext.h>
#include <fcntl.h>
+#include "bio.h"
#endif /* HAVE_BACKTRACE */
/* ================================= Debugging ============================== */
#if defined(HAVE_PROC_MAPS)
/* Test memory */
redisLog(REDIS_WARNING, "--- FAST MEMORY TEST");
+ bioKillThreads();
if (memtest_test_linux_anonymous_maps()) {
redisLog(REDIS_WARNING,
"!!! MEMORY ERROR DETECTED! Check your memory ASAP !!!");