This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/17730] thread-local storage is sometimes improperly free()'d after being __libc_memalign()'d


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

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
Apparently, the expectation here is that interposed mallocs preempt
__libc_memalign as well (it is exported for this purpose, I assume).  But this
is totally undocumented.  tcmalloc interposes it, jemalloc and Emacs malloc do
not.  (tcsh malloc does not even interpose memalign.)

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]