Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 00:38:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@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-8-j0pwequqBh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217138-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217138-8@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 #27 from Mark Millard <markmi@dsl-only.net> ---
The earlier procstat -v comments have something interesting
in common other than the procstat results themselves: the
3 separate programs all end up with zeros in the same
general memory area of each process:

(lldb) print dyn_region
(region *volatile) $0 =3D 0x0000000040616000

(lldb) print &__je_tsd_booted
(bool *) $0 =3D 0x0000000040618520

(lldb) print &__je_tsd_booted
(bool *) $0 =3D 0x0000000040618520

The first is from dynamic allocation ending up
in the area. The other two are from libc.so.7
globals/statics ending up in the general area.

It looks like something is trashing a specific
memory area for some reason.

--=20
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-217138-8-j0pwequqBh>