Date: Wed, 22 Mar 2017 02:27:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 217138] head (e.g.) -r314638 for arm64: sh vs. jemalloc asserts: include/jemalloc/internal/tsd.h:687: Failed assertion: "tsd_booted" once swapped in after being swapped out (comment 10) Message-ID: <bug-217138-6-OFDTRgkBYA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217138-6@https.bugs.freebsd.org/bugzilla/> References: <bug-217138-6@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=3D217138 --- Comment #29 from Mark Millard <markmi@dsl-only.net> --- Created attachment 181044 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181044&action= =3Dedit Program showing posix_madvise with POSIX_MADV_WILLNEED can prevent the fail= ure posix_madvise(.,.,POSIX_MADV_WILLNEED) in the child process after the fork but before the sleep/swap-out avoids the failure. In the parent process it makes no difference. The .,. is the address and size for a memory region that is to avoid the problem. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217138-6-OFDTRgkBYA>