We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It has been detected a crash in MySQL_Result_to_MySQL_wire with myds is NULL
MySQL_Result_to_MySQL_wire
myds
NULL
2.1.0 and 2.1.1
Any
Not sure how to reproduce it
/var/lib/proxysql/proxysql.log
Full log not available, but this is a backtrace from 2.1.0:
2021-03-22 20:49:43 MySQL_Session.cpp:3847:handler_minus1_ClientLibraryError(): [ERROR] Detected a broken connection during query on (0,10.1.5.174,3306,1859974) , FD (Conn:54 , MyDS:54) : 2014, Commands out of sync; you can't run this command now Error: signal 11: /usr/bin/proxysql(_Z13crash_handleri+0x2a)[0x58ea0a] /lib64/libc.so.6(+0x36400)[0x7f99e3596400] /usr/bin/proxysql(_ZN13MySQL_Session26MySQL_Result_to_MySQL_wireEP8st_mysqlP15MySQL_ResultSetP17MySQL_Data_Stream+0x1e3)[0x5ead93] /usr/bin/proxysql(_ZN13MySQL_Session7handlerEv+0x7a1)[0x5fe241] /usr/bin/proxysql(_ZN12MySQL_Thread20process_all_sessionsEv+0x3bc)[0x5dad0c] /usr/bin/proxysql(_ZN12MySQL_Thread3runEv+0x70b)[0x5e223b] /usr/bin/proxysql(_Z24mysql_worker_thread_funcPv+0x6c)[0x5874fc] /lib64/libpthread.so.0(+0x7ea5)[0x7f99e4776ea5] /lib64/libc.so.6(clone+0x6d)[0x7f99e365e8dd] ---- /usr/bin/proxysql(_Z13crash_handleri+0x2a) [0x58ea0a] : crash_handler(int) ---- /usr/bin/proxysql(_ZN13MySQL_Session26MySQL_Result_to_MySQL_wireEP8st_mysqlP15MySQL_ResultSetP17MySQL_Data_Stream+0x1e3) [0x5ead93] : MySQL_Session::MySQL_Result_to_MySQL_wire(st_mysql*, MySQL_ResultSet*, MySQL_Data_Stream*) ---- /usr/bin/proxysql(_ZN13MySQL_Session7handlerEv+0x7a1) [0x5fe241] : MySQL_Session::handler() ---- /usr/bin/proxysql(_ZN12MySQL_Thread20process_all_sessionsEv+0x3bc) [0x5dad0c] : MySQL_Thread::process_all_sessions() ---- /usr/bin/proxysql(_ZN12MySQL_Thread3runEv+0x70b) [0x5e223b] : MySQL_Thread::run() ---- /usr/bin/proxysql(_Z24mysql_worker_thread_funcPv+0x6c) [0x5874fc] : mysql_worker_thread_func(void*)
The text was updated successfully, but these errors were encountered:
Avoid crash in MySQL_Result_to_MySQL_wire without myds #3363
206698d
Merge pull request #3364 from sysown/v2.1.1-3363
e002f75
No branches or pull requests
It has been detected a crash in
MySQL_Result_to_MySQL_wire
withmyds
isNULL
2.1.0 and 2.1.1
Any
Not sure how to reproduce it
/var/lib/proxysql/proxysql.log
)Full log not available, but this is a backtrace from 2.1.0:
The text was updated successfully, but these errors were encountered: