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
nginx的drizzle中,获取(查询)多个列值时报错如下 *** glibc detected *** /root/work/nginx: double free or corruption (!prev): 0x000000000543a9e0 *** ngx_http_upstream_drizzle_send_query--》ngx_http_upstream_drizzle_recv_cols
在ngx_http_upstream_drizzle_recv_cols函数中调用drizzle_column_free报错!两次释放同一地址。
The text was updated successfully, but these errors were encountered:
@lizhitao67116961 please do not post Chinese text on all my GitHub issues boards. I'd make GitHub a pure English place for my projects.
You can join the openresty (Chinese) mailing list and discuss the issue in Chinese there: https://groups.google.com/group/openresty
Thank you for your understanding and cooperation.
Also, never never spam the ticket board. If you post by accident, remember to remove it.
Sorry, something went wrong.
No branches or pull requests
nginx的drizzle中,获取(查询)多个列值时报错如下
*** glibc detected *** /root/work/nginx: double free or corruption (!prev): 0x000000000543a9e0 ***
ngx_http_upstream_drizzle_send_query--》ngx_http_upstream_drizzle_recv_cols
在ngx_http_upstream_drizzle_recv_cols函数中调用drizzle_column_free报错!两次释放同一地址。
The text was updated successfully, but these errors were encountered: