[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)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 19 00:38:10 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217138
--- Comment #27 from Mark Millard <markmi at 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 = 0x0000000040616000
(lldb) print &__je_tsd_booted
(bool *) $0 = 0x0000000040618520
(lldb) print &__je_tsd_booted
(bool *) $0 = 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list