[Bug 261338] [PATCH] kernel panic "bad pte" under heavy CPU load on 12.2 and 12.3 (i386)
[email protected] Wed, 19 Jan 2022 17:32:15 +0000
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261338 --- Comment #3 from Dmitry K. <[email protected]> --- Function smp_targeted_tlb_shootdown() has calls to sched_unpin(). So sched_pin() and sched_unpin() are not paired during multiple calls. Is it the problem? -- You are receiving this mail because: You are the assignee for the bug.