I don't know, but:
The following messages makes me think that your script should spit out the current ulimits (soft&hard) before starting to run commands:
2024-10-22 13:46:44 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32182)
2024-10-22 13:46:44 0 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
This needs to be checked (what is the system default stack):
/*
Common stack size in MariaDB. Cannot be bigger than system default
stack (common is 8M)
*/
size_t my_stack_size= 299008;
Notice that 1073789920 is 48096 bytes above 1GiB. Did you try to allocate 1GiB on a 299008 byte stack?
ERROR: 1436 Thread stack overrun: 1073789920 bytes used of a 299008 byte stack, and 32000 bytes needed. Consider increasing the thread_stack system variable.
------------------------------
José Pina Coelho
IT Specialist at Kyndryl
------------------------------
Original Message:
Sent: Tue October 22, 2024 12:52 PM
From: Daniel Black
Subject: mariadb: new version?
In some bad news this commit has started to cause CI failures on aix.
Is it salvagable with a patch?
I know I need to update the AIX machine.
BTW I'm at Open Source India this week. Happy to chat about what the AIX MariaDB strategy is.
------------------------------
Daniel Black
------------------------------
Original Message:
Sent: Fri May 17, 2024 03:18 AM
From: RESHMA KUMAR
Subject: mariadb: new version?
We are working on mariadb 10.5.x and it will be available by the end of 2Q.
------------------------------
RESHMA KUMAR