使用sysbench测试时出现Segmentation fault (core dumped)

使用sysbench测试时出现Segmentation fault (core dumped)

以下是我使用的sysbench脚本:
./sysbench --num-threads=5 \
--max-time=120 \
--max-requests=100 \
--test=/app/sysbench/sysbench/tests/db/oltp.lua \
--oltp-table-size=10000000 \
--oltp-tables-count=64 \
--db-driver=mysql \
--mysql-table-engine=innodb \
--mysql-host=192.168.10.42 \
--mysql-port=3306 \
--mysql-user=root \
--mysql-password=root \
--mysql-db=nova prepare

这厮一个一般性的错误提示,你给的信息太少了,还是需要你自己调试。
作为一般性的方法,参考下这里:https://blog.csdn.net/mchdba/article/details/8970056 还有你的软件环境和mysql以及系统的配置。