[MDEV-30245] Server crashes with exception 0xc0000005 Created: 2022-12-16 Updated: 2022-12-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.10.2 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Kosinski | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 x64 |
||
| Attachments: |
|
| Description |
|
Running following query:
crashes MariaDB server reproducibly. |
| Comments |
| Comment by Marko Mäkelä [ 2022-12-17 ] | |
|
The crash seems to occur in the following line of the function heap_rrnd():
It would seem that either share->visible is out of bounds of the array, or share is an invalid pointer. |