https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245369
Yuri Pankov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Yuri Pankov <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
