Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934421 - dev-libs/ivykis-0.43 broken on x86 with -EINVAL from epoll_pwait2()
Summary: dev-libs/ivykis-0.43 broken on x86 with -EINVAL from epoll_pwait2()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical
Assignee: Tomáš Mózes
URL: https://github.com/buytenh/ivykis/com...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-06-16 14:51 UTC by Byron Stanoszek
Modified: 2024-06-18 12:31 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Byron Stanoszek 2024-06-16 14:51:33 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2024-06-18 01:52:32 UTC
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(+)
Comment 2 Tomáš Mózes 2024-06-18 08:09:21 UTC
Thanks for reporting Byron, please test 0.43.1.
Comment 3 Byron Stanoszek 2024-06-18 12:31:04 UTC
It's working. Thank you!