Re: Plaintext formatRe: amdgpu: panic: Assertion td->td_lkpi_task == NULL

Chris Torek <[email protected]> Wed, 5 Aug 2026 08:15:22 -0700
Newsgroups gmane.os.freebsd.current
Message-ID <CAPx1GvepOCPqeLi3gHo3V8xv9Q0opPxr1MUK6wd9mcvT+Zs2MA@mail.gmail.com>
For what little it's worth, the stack trace in the original report
should be impossible, based on my attempt to read the code (it's
difficult, what with all the magic macros redefining various asserts
and such).

That does suggest some sort of de-synchronization of the loadable
module with the internal lkpi parts.

I'm not surprised that *un*-loading the module crashes, though. Once
it's loaded and running, there are all kinds of potential gotchas....

Chris