Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
5.6.2
-
VM ubuntu 20.0.4 Mariadb 10.5.12
CPU-64 core, Memory-256 GB
Description
We have a store procedure run in sql_mode=oracle. And with the follow steps.
1. delete data form columnstore table
2. insert select into the above columnstore table
the select sql join with innodb tables
But found it always failed at the second time execution with the following error message.
-----------------------------------
211025 13:14:37 [ERROR] mysqld got signal 11 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
------------------------------------------------------
Details log and the my.cnf as the attachment..