Date: Mon, 06 Apr 2020 14:08:53 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 245369] <jemalloc>: jemalloc_arena.c:647: Failed assertion: "nstime_compare(&decay->epoch, &time) <= 0" Message-ID: <bug-245369-227-HDwjpdsAzK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245369-227@https.bugs.freebsd.org/bugzilla/> References: <bug-245369-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245369 Yuri Pankov <ypankov@fastmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ypankov@fastmail.com --- Comment #2 from Yuri Pankov <ypankov@fastmail.com> --- (disclaimer: just an uneducated guess) Given the following comment in the code (contrib/jemalloc/src/nstime.c), it shows a bigger problem with your hardware: 646 /* Verify that time does not go backwards. */ 647 assert(nstime_compare(&decay->epoch, &time) <= 0); Check kern.timecounter.choice values, and try changing kern.timecounter.hardware to some of the other ones. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245369-227-HDwjpdsAzK>
