Related commit: https://github.com/lxc/lxcfs/commit/5976d0349c1900e2649b7d2904d98ba6a7278e6b Reproducible: Always Steps to Reproduce: 1. install sys-fs/lxcfs-5.0.1 via emerge 2. enable and start lxcfs.service with systemctl Actual Results: lxcfs receive SIGV and is killed.
Created attachment 795811 [details] output of 'emerge --info sys-fs/lxcfs-5.0.1'
Sorry for typo: Related commit -> Related commit that solves the issue
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b35f5980098c9b168d4e02a59acf30bb22da64 commit a1b35f5980098c9b168d4e02a59acf30bb22da64 Author: Joonas Niilola <juippis@gentoo.org> AuthorDate: 2022-08-02 05:34:32 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-08-02 05:35:48 +0000 sys-fs/lxcfs: add a patch to fix an issue with fuse3 on 5.0.1 Closes: https://bugs.gentoo.org/862342 Signed-off-by: Joonas Niilola <juippis@gentoo.org> ...cfs-5.0.1-fix-reinitialization-with-fuse3.patch | 71 +++++++++++++++++++ sys-fs/lxcfs/lxcfs-5.0.1-r1.ebuild | 79 ++++++++++++++++++++++ 2 files changed, 150 insertions(+)
Thanks!