https://bugs.kde.org/show_bug.cgi?id=421931

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@klomp.org

--- Comment #1 from Mark Wielaard <m...@klomp.org> ---
Which process shutdown steps do you expect to run during or after
__libc_freeres is called?

__libc_freeres as used by valgrind should be the last "user code" running, no
other threads should be scheduled. It is called after all user threads are
"dead". And after __libc_freeres has ran only the valgrind (tool) code will run
(which doesn't use glibc code).

So at least from the perspective of valgrind __libc_freeres can release all
resources.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to