Re: Plaintext formatRe: amdgpu: panic: Assertion td->td_lkpi_task == NULL
Adrian Chadd <[email protected]> Wed, 5 Aug 2026 08:37:39 -0700
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <CAJ-VmomOEvffn0hKhY4CFUkjRtExPUMu10cy3aqZ6MnuFK7K9A@mail.gmail.com> |
On Wed, 5 Aug 2026 at 08:15, Chris Torek <[email protected]> wrote: > > 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. yeah, i figured out mine again, and it was yet again "kernel sources and installed kernel and port build are not the same thing" glitches. I really thought we had a better way of handling this. Alas, the use of inlines everywhere in that API layer just makes this game hard. -adrian