Reported at https://bugs.gentoo.org/901805#c1 and https://forums.gentoo.org/viewtopic-t-1162685.html. I haven't managed to reproduce it myself yet.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb943e4dcea7afc5c358c626b29bbac5745b2f02 commit bb943e4dcea7afc5c358c626b29bbac5745b2f02 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2023-05-08 16:54:19 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2023-05-08 16:54:19 +0000 profiles: Mask net-im/mcabber for removal Bug: https://bugs.gentoo.org/903131 Bug: https://bugs.gentoo.org/905954 Signed-off-by: Matt Turner <mattst88@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+)
The glib related crash doesn't come from net-im/mcabber, but from net-libs/loudmouth when it is emerged with USE=-asyncns (default). If you emerge it with USE=asyncns, mcabber doesn't crash.
Here's a loudmouth commit by the developer to fix it: https://github.com/McKael/loudmouth/commit/7bb67f175fac87ede2a5a1475f332d37663166bc
(In reply to Wolfram Schlich from comment #3) > Here's a loudmouth commit by the developer to fix it: > https://github.com/McKael/loudmouth/commit/ > 7bb67f175fac87ede2a5a1475f332d37663166bc Thanks. Looks like that patch is in the 'blocking_resolver_fix' branch of loudmouth, and not in master.
(In reply to Matt Turner from comment #4) > (In reply to Wolfram Schlich from comment #3) > > Here's a loudmouth commit by the developer to fix it: > > https://github.com/McKael/loudmouth/commit/ > > 7bb67f175fac87ede2a5a1475f332d37663166bc > > Thanks. Looks like that patch is in the 'blocking_resolver_fix' branch of > loudmouth, and not in master. Yes, he just created that patch for testing purposes before he left for a 1 week vacation (this week), so there'll be progress again after his return.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d4d96699cb4f042a83f3bf8089304f52b4a723 commit e2d4d96699cb4f042a83f3bf8089304f52b4a723 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2023-06-11 22:20:40 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2023-06-11 22:30:22 +0000 net-im/mcabber: Delete Bug: https://bugs.gentoo.org/848801 Bug: https://bugs.gentoo.org/903131 Closes: https://bugs.gentoo.org/905954 Signed-off-by: Matt Turner <mattst88@gentoo.org> net-im/mcabber/Manifest | 1 - net-im/mcabber/files/README.gentoo | 17 ------ net-im/mcabber/mcabber-1.1.2-r1.ebuild | 99 ---------------------------------- net-im/mcabber/mcabber-9999.ebuild | 99 ---------------------------------- net-im/mcabber/metadata.xml | 20 ------- profiles/arch/mips/package.use.mask | 4 -- profiles/package.mask | 6 --- 7 files changed, 246 deletions(-)