Re: __cxa_thread_call_dtors: dtr 0x........ from unloaded dso, skipping

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Mon, 26 Jun 2023 15:06:58 UTC
On 26 Jun 2023, at 17:00, Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net> wrote:
> 
> while building world and current I see a lot of:
> 
> __cxa_thread_call_dtors: dtr 0x...... from unloaded dso, skipping
> 
> Can anyone shed light on that?

You need (thanks to Kostik):
https://cgit.freebsd.org/src/commit/?id=42ceab3ea1a997db93b65404be0ee4b17b5382d7

Build libc and install it, then the messages should disappear.

-Dimitry