[MDEV-28062] Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on INSERT..SELECT Created: 2022-03-14 Updated: 2022-04-08 Resolved: 2022-04-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Data types |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | affects-tests | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
This problem was originally reported in Note, the ENGINE=InnoDB part is required to reproduce the crash. It seems to work fine with ENGINE=MyISAM and ENGINE=HEAP. The problem is repeatable with any utf32 collation.
crashes the server with this stack trace:
Note, with ENGINE=MyISAM it does not crash. |
| Comments |
| Comment by Alexander Barkov [ 2022-04-08 ] |
|
This problem was split from |