[Bug 258649] kern/sched_ule: Panic in sched_switch (...) at /usr/src/sys/kern/sched_ule.c:2150
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258649] [ULE] Panic in sched_ule.c:2150"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Sep 2021 13:02:23 UTC
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.