Segmentaiton Fault after compiling server

02/06/2021 17:03 casa99#1
I've tried to compile the source, everything worked but after trying to execute the servers, I got a segmentation fault, I executed with gdb debugger and got the following

Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x0000000000414004 in boost::simple_segregated_storage<unsigned long>::segregate (block=0xeaf3d0, sz=0, partition_sz=8, end=0x0)
    at /usr/local/include/boost-1_55/boost/pool/simple_segregated_storage.hpp:304
304         nextof(iter) = old;