Hello, I have been trying to use your system for testing recently. But when I test the YCSB load here, core dump always happens.
Here's a screenshot of Core Dump.
The command to test YCSB is ./ycsb_bench --dbid=mvcc --nthreads=1 --mode=C --time=10 –perf

In addition, I am using Centos7.5 and g++ version 10.2.0.
By core dump, the problem should be in the str.reserve() function with the value of the __tmp variable 0x0. But I'm not sure why this is the case.
Do you know why this is? How should I handle it?
Thank you very much!
Hello, I have been trying to use your system for testing recently. But when I test the YCSB load here, core dump always happens.

Here's a screenshot of Core Dump.
The command to test YCSB is
./ycsb_bench --dbid=mvcc --nthreads=1 --mode=C --time=10 –perfIn addition, I am using Centos7.5 and g++ version 10.2.0.
By core dump, the problem should be in the
str.reserve()function with the value of the__tmpvariable 0x0. But I'm not sure why this is the case.Do you know why this is? How should I handle it?
Thank you very much!