-
Notifications
You must be signed in to change notification settings - Fork 977
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
ProxySQL restarting every 1 minute #4030
Comments
also, i got many core dump file, they are all > 100m , when i use gdb -c [core dump file], i got result like this : GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7 |
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7 |
Hi @bambooHouse, After trying your reproduction steps we couldn't easily reproduce the issue with a recent ProxySQL version. In order to investigate further we require the data that is specified in the issue template, since this is crashing bug, this would be: |
UPDATE global_variables SET variable_value='0.0.0.0:6033;[::]:6033' WHERE variable_name='mysql-interfaces';
UPDATE global_variables SET variable_value='0.0.0.0:6032;[::]:6032' WHERE variable_name='admin-mysql_ifaces';
SAVE MYSQL VARIABLES TO DISK;
SAVE ADMIN VARIABLES TO DISK;
PROXYSQL RESTART;
Error: signal 11:
/usr/bin/proxysql(_Z13crash_handleri+0x1a)[0x4ad56a]
/lib64/libc.so.6(+0x36400)[0x7fca5b399400]
/usr/bin/proxysql[0x7e99aa]
/usr/bin/proxysql[0x54ab42]
/lib64/libpthread.so.0(+0x7ea5)[0x7fca5c57aea5]
/lib64/libc.so.6(clone+0x6d)[0x7fca5b46198d]
2022-11-29 19:42:11 main.cpp:1396:ProxySQL_daemonize_phase3(): [ERROR] ProxySQL crashed. Restarting!
2022-11-29 19:42:11 [INFO] ProxySQL version 2.0.8-67-g877cab1
2022-11-29 19:42:11 [INFO] ProxySQL SHA1 checksum: b47a9f01a56158c4d5e64fada92750a94137844f
2022-11-29 19:42:11 [INFO] Angel process started ProxySQL process 7265
The text was updated successfully, but these errors were encountered: