Summary: | sys-libs/musl-1.2.3-r8: mimalloc segfaults if built with sys-devel/mold | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | hugegameartgd |
Component: | Current packages | Assignee: | Matthew Smith <matthew> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | blueness, hugegameartgd, lu_zero, musl, sam, toolchain |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/microsoft/mimalloc/issues/360 https://github.com/rui314/mold/issues/1071 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 830404 | ||
Attachments: |
build.log
make.conf |
Description
hugegameartgd
2023-11-09 20:25:44 UTC
Created attachment 874389 [details]
build.log
build.log
Created attachment 874390 [details]
make.conf
Similar upstream bug report: https://github.com/rui314/mold/issues/1071 Fixed by https://github.com/rui314/mold/commit/da3f5dd4ecf4faaba466ba41c7c30ba4f8f73bfd (mold-9999.ebuild) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc10cbc98bebe136012849b28f6969327d6613b commit 2fc10cbc98bebe136012849b28f6969327d6613b Author: Sam James <sam@gentoo.org> AuthorDate: 2023-11-13 02:10:14 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-11-13 02:10:14 +0000 sys-devel/mold: backport symbol interposition fix (e.g. mimalloc/musl segfault) Closes: https://bugs.gentoo.org/917089 Signed-off-by: Sam James <sam@gentoo.org> ...d-2.3.2-mimalloc-visibility-interposition.patch | 495 +++++++++++++++++++++ sys-devel/mold/mold-2.3.2-r1.ebuild | 96 ++++ 2 files changed, 591 insertions(+) (In reply to hugegameartgd from comment #3) > Similar upstream bug report: > https://github.com/rui314/mold/issues/1071 Thank you for persuing it upstream and getting it sorted. |