You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS version : Debian 6.1.112-1 (2024-09-30) ProxySQL version : ProxySQL version 2.6.6-8-gc03c5ee, codename Truls MariaDB version : 10.11.6-MariaDB-0+deb12u1
I'm using a NodeJS app that connect to ProxySQL through mysql2 3.11 package
Anytime I'm executing a statement I've got ProxySQL crashing and restarting
No problem in my staging environment, could it be that it can't handle the production traffic ?
Error logs :
Error: signal 11:
/usr/bin/proxysql(_Z13crash_handleri+0x2a)[0x5563ad3b322a]
/lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7f94d465b050]
/lib/x86_64-linux-gnu/libc.so.6(+0x164032)[0x7f94d4783032]
/usr/bin/proxysql(store_param+0x125)[0x5563ada83325]
/usr/bin/proxysql(ma_stmt_execute_generate_simple_request+0x362)[0x5563ada83af2]
/usr/bin/proxysql(ma_stmt_execute_generate_request+0xc5)[0x5563ada84255]
/usr/bin/proxysql(mysql_stmt_execute+0x78)[0x5563ada85e88]
/usr/bin/proxysql(+0xa52ea8)[0x5563ada93ea8]
/usr/bin/proxysql(my_context_spawn+0x41)[0x5563ada96e31]
---- /usr/bin/proxysql(_Z13crash_handleri+0x2a) [0x5563ad3b322a] : crash_handler(int)
To report a crashing bug visit: https://github.com/sysown/proxysql/issues
For support visit: https://proxysql.com/services/support/
2024-12-18 22:46:34 main.cpp:1464:ProxySQL_daemonize_phase3(): [ERROR] ProxySQL crashed. Restarting!
Thanks for your help cause I can't decrypt the error
The text was updated successfully, but these errors were encountered:
OS version : Debian 6.1.112-1 (2024-09-30)
ProxySQL version : ProxySQL version 2.6.6-8-gc03c5ee, codename Truls
MariaDB version : 10.11.6-MariaDB-0+deb12u1
I'm using a NodeJS app that connect to ProxySQL through mysql2 3.11 package
Anytime I'm executing a statement I've got ProxySQL crashing and restarting
No problem in my staging environment, could it be that it can't handle the production traffic ?
Error logs :
Error: signal 11:
/usr/bin/proxysql(_Z13crash_handleri+0x2a)[0x5563ad3b322a]
/lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7f94d465b050]
/lib/x86_64-linux-gnu/libc.so.6(+0x164032)[0x7f94d4783032]
/usr/bin/proxysql(store_param+0x125)[0x5563ada83325]
/usr/bin/proxysql(ma_stmt_execute_generate_simple_request+0x362)[0x5563ada83af2]
/usr/bin/proxysql(ma_stmt_execute_generate_request+0xc5)[0x5563ada84255]
/usr/bin/proxysql(mysql_stmt_execute+0x78)[0x5563ada85e88]
/usr/bin/proxysql(+0xa52ea8)[0x5563ada93ea8]
/usr/bin/proxysql(my_context_spawn+0x41)[0x5563ada96e31]
---- /usr/bin/proxysql(_Z13crash_handleri+0x2a) [0x5563ad3b322a] : crash_handler(int)
To report a crashing bug visit: https://github.com/sysown/proxysql/issues
For support visit: https://proxysql.com/services/support/
2024-12-18 22:46:34 main.cpp:1464:ProxySQL_daemonize_phase3(): [ERROR] ProxySQL crashed. Restarting!
Thanks for your help cause I can't decrypt the error
The text was updated successfully, but these errors were encountered: