https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227552

Tijl Coosemans <t...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t...@freebsd.org

--- Comment #13 from Tijl Coosemans <t...@freebsd.org> ---
Note that libc has a 16 byte aligned TLS section because of
JEMALLOC_ALIGNED(16) in contrib/jemalloc/include/jemalloc/internal/tsd.h while
the size of the TLS section is not a multiple of 16.  I reported a problem with
this when that was added.  I suspect that rtld doesn't allocate enough extra
bytes if it needs to realign the section causing overlap between sections, but
I never investigated that and simply made the jemalloc struct 8 byte aligned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to