Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:mysqld...Segmentation fault #136

Open
DandreChen opened this issue Sep 19, 2022 · 1 comment
Open

fix:mysqld...Segmentation fault #136

DandreChen opened this issue Sep 19, 2022 · 1 comment

Comments

@DandreChen
Copy link
Collaborator

[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
Copy link
Collaborator Author

DandreChen commented Sep 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant