[MDEV-32660] [signal 11]Running simple query with many input values in MariaDB results in signal 11 Created: 2023-11-02 Updated: 2023-12-04 Resolved: 2023-12-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery |
| Affects Version/s: | 10.6.15 |
| Fix Version/s: | 10.4.32, 10.5.23, 10.6.16, 10.11.6, 11.0.4, 11.1.3, 11.2.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | 이종명 | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | crash-recovery, signal | ||
| Environment: |
[OS] [DB] |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Hello [OS] [DB] |
| Comments |
| Comment by Daniel Black [ 2023-11-02 ] |
|
Thank you for the bug report. The crash information you have provided looks like the bug When this is released, can you please with the same query confirm if it is fixed. |
| Comment by Daniel Black [ 2023-11-02 ] |
|
In the mean time, setting in_predicate_conversion_threshold either globally or session to a higher value than the default 1000 (or whatever you are using) might avoid the crash successfully. |
| Comment by 이종명 [ 2023-11-02 ] |
|
Thank you for the cause of the problem and for your help to resolve it temporarily |