[Bug 260364] Toolchain creates the shared library that SEGVs on load: Invalid permissions for mapped object.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Dec 2021 19:25:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260364 --- 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. -- You are receiving this mail because: You are the assignee for the bug.