andyli029 / mysql-server-mysql-8.0.30

Other
3 stars 2 forks source link

fix:mysqld...Segmentation fault #136

Open DandreChen opened 2 years ago

DandreChen commented 2 years ago

[root]# gdb mysqld GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: http://www.gnu.org/software/gdb/bugs/... Reading symbols from /stonedb80/install/bin/mysqld...Segmentation fault

DandreChen commented 2 years ago

fix method:

yum install -y texinfo
wget http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz
tar -Jxvf gdb-10.2.tar.xz
cd gdb-10.2
./configure
make
make install