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

David Chisnall <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from David Chisnall <[email protected]> ---
A quick check: Is the libstdc++ that you built one that does *not* statically
link libsupc++?  This is required for use with libcxxrt, otherwise you get both
libstdc++.so and libcxxrt.so implementing some of the same symbols, rtld
resolves them slightly interleaved, and both libraries enter an undefined
state.

This doesn't look to be the case, as frame 2 looks like it's libsupc++ and
frame 1 libcxxrt.

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

Reply via email to