Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Proposed pthread_atfork() internal changes





On 3/10/25 6:39 AM, Robert Elz wrote:
pthread_atfork is called in constructors for libraries, incl
libc, so isn't allowed to use malloc(), which might not have
been initialised yet.

Well, we could ensure that malloc's ctor has a higher priority...

Joerg


Home | Main Index | Thread Index | Old Index