Hi, I've already seen it here
https://yourcmc.ru/git/vitalif/vitastor/issues/1 - it's caused by some kind of allocator (glibc vs tcmalloc) conflict and it only reproduces on CentOS 7. It seems tcmalloc tries to free() a pointer allocated by glibc. It goes away if you run it with LD_PRELOAD=/lib64/
libtcmalloc.so. Interestingly it doesn’t reproduce on CentOS 8 or Debian
I'll recheck it once more, maybe it's possible to fix it in a simpler way