ivykis-0.43 crashes with SIGABRT on x86 due to a broken system call to epoll_pwait2() returning -EINVAL inside iv_fd_epoll_wait(). The issue is described in more detail in the attached URL. ivykis-0.43.1 has been released upstream and contains the fix. Please upgrade the ebuild to use the latest version. Reproducible: Always
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b5a50efd5964ce6ae808505d31b06ae0e84287 commit 94b5a50efd5964ce6ae808505d31b06ae0e84287 Author: Tomáš Mózes <hydrapolic@gmail.com> AuthorDate: 2024-06-17 09:14:28 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-18 01:52:09 +0000 dev-libs/ivykis: add 0.43.1 Bug: https://bugs.gentoo.org/934421 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-libs/ivykis/Manifest | 1 + dev-libs/ivykis/ivykis-0.43.1.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+)
Thanks for reporting Byron, please test 0.43.1.
It's working. Thank you!