Date: Wed, 22 Sep 2021 13:02:23 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 258649] kern/sched_ule: Panic in sched_switch (...) at /usr/src/sys/kern/sched_ule.c:2150 Message-ID: <bug-258649-227-E9hFdJhY3n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258649-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=258649 --- Comment #3 from Alexander Motin <mav@FreeBSD.org> --- Don't you have exact panic message with instruction pointer fault address, etc? In the line quoted I can think only about td->td_oncpu deteference, but to get there the td pointer on stack was fine just before the context switch, so I see no reason for it to be different after, unless it got corrupted by something else. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258649-227-E9hFdJhY3n>
