[Bug 215715] cond_test:cond_timedwait_race crashes with SIGSEGV periodically when calling binuptime

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 3 12:17:28 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215715

--- Comment #4 from Konstantin Belousov <kib at FreeBSD.org> ---
I do not see how the backtrace you posted has anything to do with eventtimers. 
But it might be relevant for timecounter HPET hardware.  Please show sysctl
kern.timecounter output on your test machine.

In fact, I do see an issue in multithreaded program which happens to execute
e.g. gettimeofday(2) in two threads in parallel, regardless of your test
program.  If your machine uses HPET for timecounter, please test the patch
attached.

In fact, using LAPIC for eventtimers and HPET for timecounter is very weird
configuration.  Also weird is that there is no HPET in the eventtimers hw list.
Is it VM ? Show verbose dmesg.

BTW, core file does not have any use outside of your machine.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list