Bug #111091 | The main.regular_expressions_utf-8 fails on ppc64el | ||
---|---|---|---|
Submitted: | 19 May 2023 16:43 | Modified: | 22 May 2023 22:44 |
Reporter: | Lena Voytek | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | Tests: Server | Severity: | S7 (Test Cases) |
Version: | 8.0.33 | OS: | Ubuntu (Tested on Ubuntu 23.04) |
Assigned to: | CPU Architecture: | POWER (ppc64el) |
[19 May 2023 16:43]
Lena Voytek
[22 May 2023 7:42]
Daniel Fischer
The mysqld is killed by signal 9 (SIGKILL), is it being killed from outside? It's right at a spot where CPU and memory usage spike, too. But for me this is not enough to get it killed on an emulated ppc64 system.
[22 May 2023 13:01]
MySQL Verification Team
Hi Mr. Voytek, Thank you for your bug report. However, we do not support any of the POWERPC architectures on any Operating Systems. So, it seems that you are on your own with respect to this problem. Also, for your information, signal 9 means that it was killed by OS, in this case, Linux. You have to investigate why was it killed. Most probable culprit is the compiler and the next second one is the memory that is used. Unsupported.
[22 May 2023 13:05]
MySQL Verification Team
Hi, What you could do is trying more stable version of the compiler and / or using less optimisations. This is because compilers for the rare CPU's are not as well tested as on common ones, like Intel or ARM.
[22 May 2023 22:44]
Lena Voytek
Thank you for the additional information. The test ended up succeeding when providing additional memory
[23 May 2023 12:23]
MySQL Verification Team
Hi, You are truly welcome and we wish you success in bringing MySQL to PowerPC.