public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mail at milianw dot de" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug dynamic-link/28248] is there a way to LD_PRELOAD library before other dynamic libraries?
Date: Thu, 09 Sep 2021 08:35:34 +0000	[thread overview]
Message-ID: <bug-28248-131-ctFaQ4XP6N@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-28248-131@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=28248

--- Comment #4 from Milian Wolff <mail at milianw dot de> ---
Thank you, I'll try out that linker flag and report back.

> So this is about destructors?

Yes, indeed. As a heap profiler and leak checker, I would like to call
`__libc_freeres` to silence leaks, similar to how valgrind does it. And I need
do that before any other library gets unloaded, as those could potentially try
to dlclose plugins loaded at runtime (this is what QtCore does). Doing that
after `__libc_freeres` would lead to crashes. So here I'm looking for ways of
preventing said crash.

> glibc currently does not guarantee that destructors run in the opposite order of constructors

Hm that sounds unfortunate. But if you say: "don't guarantee" - does it do it
normally, and there are just some corner cases where it wouldn't happen? As
long as it would help with the common case I'm running into (see above), it
would help me.

Cheers

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2021-09-09  8:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19 12:57 [Bug dynamic-link/28248] New: " mail at milianw dot de
2021-08-31 17:41 ` [Bug dynamic-link/28248] " amonakov at gmail dot com
2021-09-06  8:19 ` mail at milianw dot de
2021-09-06  8:32 ` fweimer at redhat dot com
2021-09-09  8:35 ` mail at milianw dot de [this message]
2021-09-09  8:54 ` mail at milianw dot de
2022-08-29  9:53 ` fweimer at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-28248-131-ctFaQ4XP6N@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).