Date: Mon, 30 Apr 2018 13:32:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 227552] w, uptime i386 cordeump Message-ID: <bug-227552-227-l34ffPTnOu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227552-227@https.bugs.freebsd.org/bugzilla/> References: <bug-227552-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227552 Tijl Coosemans <tijl@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tijl@FreeBSD.org --- Comment #13 from Tijl Coosemans <tijl@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227552-227-l34ffPTnOu>
