Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2023 19:18:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267671] [libc] Remove unnecessary printf to stderr in stdlib/cxa_thread_atexit_impl.c
Message-ID:  <bug-267671-227-twaRmM9LsO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267671-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267671-227@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=3D267671

Rainer Hurling <rhurlin@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rhurlin@FreeBSD.org

--- Comment #1 from Rainer Hurling <rhurlin@FreeBSD.org> ---
Created attachment 243333
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D243333&action=
=3Dedit
diff of Eric's patch

I cannot judge whether Eric Jensen's analysis is correct and the fprintf() =
is
unnecessary. My C/C++ knowledge is not sufficient for that.=20

Nevertheless I tried the patch on my 14.0-CURRENT box to avoid such dso err=
or
messages. With my port graphics/qgis I have exactly the described problem, =
that
a whole bunch of '__cxa_thread_call_dtors' errors are printed on the consol=
e.
The patch suppresses these outputs as desired.

If there is a general feeling that Eric's suggestion is good and sufficient=
, I
too would appreciate a corresponding commit. For simplicity I have attached=
 the
patch ;)

--=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-267671-227-twaRmM9LsO>