[MDEV-15303] Testsuite failure (~50 tests) on aarch64 Created: 2018-02-13 Updated: 2018-03-05 Resolved: 2018-03-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.1.31 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Michal Schorm | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Fedora 26 - aarch64 only |
||
| Description |
|
Hello, With release of 10.1.31 a bigger number of tests (+- 55) started to fail. Most of them fail with errno 2013 (lost connection during a query)
Build logs for examination:
Various info:
– Are you aware of such issue lately? |
| Comments |
| Comment by Elena Stepanova [ 2018-02-14 ] | |||
|
According to the log, it crashes all over the place. Possibly related to this:
| |||
| Comment by Daniel Black [ 2018-02-15 ] | |||
|
Might be related to https://github.com/jemalloc/jemalloc/issues/467, which does have a fix in 5.0. A cursory read suggest that jemalloc needs to be packaged on Fedora with --with-lg-page (64k) because of the default kernel page size. | |||
| Comment by Daniel Black [ 2018-02-15 ] | |||
|
https://koji.fedoraproject.org/koji/rpminfo?rpmID=12811635, jemalloc-5.0.1-3.fc28.aarch64.rpm, latest build: https://kojipkgs.fedoraproject.org/work/tasks/7158/25047158/build.log aarch buildlog
So jemalloc was build on a 4k page size machine. Assume the other, though I can't tell, is 64k page size. | |||
| Comment by Daniel Black [ 2018-02-15 ] | |||
|
Fedora bug as per link | |||
| Comment by Daniel Black [ 2018-03-05 ] | |||
|
Seem to be accepted as the issue on the RH bugzilla. Closing as "Not our bug" |