[MDEV-30919] Test unit.aes failed on signal 11 Created: 2023-03-23 Updated: 2023-10-07 Resolved: 2023-09-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server, SSL |
| Affects Version/s: | 10.11 |
| Fix Version/s: | 10.4.31, 10.5.22, 10.6.15, 10.9.8, 10.10.6, 10.11.5, 11.0.3, 11.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Otto Kekäläinen | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
While testing 10.11.2 I noticed the s390x build post test run in https://launchpadlibrarian.net/656785756/buildlog_ubuntu-lunar-s390x.mariadb_1%3A10.11.2-2~ubuntu23.04.1~1679287945.48be213fe75.dev.otto_BUILDING.txt.gz failed on:
|
| Comments |
| Comment by Ehsan Kiani Far [ 2023-06-29 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi, I faced the same issue when I was building on ubuntu20.10-s390x. In my case the issue was with the "libcrypto.so.3" file and fixed the issue with installing the `gnutls-dev` package instead of `libssl-dev`. Just wanted to share this with you. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2023-06-29 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
ehsankianifar can you run gdb --args ./unittest/mysys/aes-t and share bt -frame-arguments all full on the openssl Test 26 at least on x86_64 is "26 - encrypt bytewise MY_AES_ECB 200" Appears to be openssl 3.0 related as it doesn't fail in RHEL7/8, or Ubuntu 20.04. Only later versions. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Ehsan Kiani Far [ 2023-06-30 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Sure,
For reference, I installed `git gcc g++ make which wget tar gzip cmake libssl-dev ncurses-dev bison build-essential libboost-all-dev gawk libpam0g-dev patch libnghttp2-dev` then used `cmake` then `make` to build the package. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2023-07-08 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Try the next release (planned to go out at the end of the month), supposedly commit 9c0e91a27cc should fix it. Or, if you'd like, you can try packages from the CI, they're built for every push. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2023-09-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
tested on 9c0e91a27cc and functions without crash. 9c0e91a27cc has only merged to 11.2 so far, it still has bb failures in 11.3 currently. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2023-10-07 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
I confirm that this seems to be fixed in 10.11.5 as the failure is no longer visible on any tested architecture. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2023-10-07 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thanks otto for confirming. |