Mariadb unexpectedly stops on running alter quries in windows

I’m using MariaDB latest image in windows with PHP-fpm image. When I run the migration works fine in Ubuntu 20.04 but stops mariadb container in windows 10.

Query:

ALTER TABLE `giftcard_adjustments` 
ADD COLUMN `giftcard_adjustments` VARCHAR(45) NULL AFTER `type`;

MariaDb logs:

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 corrupt, 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.


Server version: 10.7.3-MariaDB-1:10.7.3+maria~focal

key_buffer_size=134217728

read_buffer_size=131072

max_used_connections=3

max_threads=153

thread_count=3

It is possible that mysqld could use up to 

key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467994 K  bytes of memory

Hope that's ok; if not, decrease some variables in the equation.


Thread pointer: 0x7f520c000c58

Attempting backtrace. You can use the following information to find out

where mysqld died. If you see no messages after this, something went

terribly wrong...

stack_bottom = 0x7f523d5bed98 thread_stack 0x49000

mariadbd(my_print_stacktrace+0x32)[0x55b3c33c0012]

mariadbd(handle_fatal_signal+0x485)[0x55b3c2e86dc5]...