Cannot install glusterfs-server and run gluster in f38

There are two problems
They are installation and execution.

Install
When using sudo dnf install glusterfs-server, I get the following error.

Fatal glibc error: malloc.c:2593 (sysmalloc): assertion failed: (old_top == init al_top (av) && old_size == 0) || ( (unsigned long) (old_size) >= MINSIZE & prev _ inuse (old_top) && ( (unsigned long) old_end & (pagesize - 1)) == 0)

/var/tmp/rpm-tmp.qEvlv5: line 80: 2711 Aborted

Run
The following error occurs when using sudo gluster
malloc(): invalid size (unsorted)

I don’t know if this is a fedora issue or a gluster issue.
So I asked the fedora community and gluster community.

In my tests, it deon’t happens on x86_64, only aarch64 has this problem