-
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
Unable to parse STMT_EXECUTE larger than 16MB #1350
Comments
Can you please compress few core dumps, upload them to Dropbox / Box / Google Drive, and share a link? |
Link sent via email. |
Thank you very much for the core dumps, it absolutely helped! |
Wrong decoding in MySQL protocol for field bigger than 16MB causes crash. The only code path affected by this seems to be reading parameters from prepared statements.
Wrong decoding in MySQL protocol for field bigger than 16MB causes crash. The only code path affected by this seems to be reading parameters from prepared statements.
Fixed in 1.4.14 and 2.0.0 |
Version:
OS: Ubuntu 16.04
We're encountering frequent crashes with the following error:
Unfortunately, I can't seem to reproduce it reliably, as it's only happening under production load. Let me know where to send a core dump if that helps!
The text was updated successfully, but these errors were encountered: