[Bug 237068] /usr/local/bin/ld: BFD (GNU Binutils) 2.30 assertion fail elflink.c:2824

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 20 22:04:15 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237068

--- Comment #24 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to Antoine Brodin from comment #22)

That looks to me like possibly lack of a symbol version script
controlling what is exported from the relevant .so , creating
symbol conflicts.

It appears to me that trying to make that automatic interfers
with C++ specific functionality as things are. (get_execution_seed
and its handling of seed mixed with use of fixed_seed_override
is not valid for C, just for C++. I'm not aware how to cause the
link BFD_ASSERT messages via C, but I've not tried.)

But how many symbol version scripts would be required if the
automatic avoidance was not in place? (Messy?)

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


More information about the freebsd-toolchain mailing list