-
Notifications
You must be signed in to change notification settings - Fork 979
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
Prepared statement - Frequent crash on ProxySQL #3371
Comments
This is probably caused by an application trying to execute a prepared statement that doesn't exist. |
Version : 2.0.14-70-g7b02b19 Coredump shared separately |
@renecannao Did you have any inputs here? Is there any plan to add a exception instead of triggering assertion failure? |
@s4sukan , please provide the coredump and proxysql file, and use to analyze this problem. |
I encounter the same problem... proxysql: MySQL_Session.cpp:3690: int MySQL_Session::handler(): Assertion `0' failed. |
Hello, @inavy and @s4sukan, I'm working on a PR to resolve this. If you'd like to try it, branch v2.x-3371 removes the assert and instead returns an error and so won't result in a crash. |
Hi @renecannao ,
ProxySQL is crashing every now and then, I've processed coredumps and each core dump is pointing to below line in MySQL_Session.cpp.
I've tested with 1.4.16,2.0.14 and even 2.1.1. All versions having the same crash,
Errorlog:
If needed, I can send the full core dumps. Any help is appreciated as we are facing severe stability issues.
The text was updated successfully, but these errors were encountered: