Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2021 19:25:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 260364] Toolchain creates the shared library that SEGVs on load: Invalid permissions for mapped object.
Message-ID:  <bug-260364-29464-skC45MVzmD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260364-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260364-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260364

--- Comment #6 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Dimitry Andric from comment #4)

So, instead of this being a system toolchain problem, this
is a problems of making various ports use a coherent (single)
tool chain so that they can work together.

It probably needs to be reclassified/resubmitted as a ports
issue instead of a Base System one.


I'll note that your ldd output also shows that:

/usr/local/lib/gcc11/libgcc_s.so.1

ends up being in use when /usr/lib/libc++.so.1 and
/lib/libcxxrt.so.1 are involved. This may be another
source of points of incoherence. /lib/libgcc_s.so.1
would just have the problem against /usr/local/lib/gcc11/*
materials that are involved. It is the mixing that
needs to be avoided.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260364-29464-skC45MVzmD>