[Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Dec 2024 17:19:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028

--- Comment #240 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #237)

Intrestingly, the traceback from comment #148 involves
a different list:

/*
 * Remove the references to the thread from all of the objects we were
 * polling.
 */
static void
seltdclear(struct thread *td)
{
        struct seltd *stp;
        struct selfd *sfp;
        struct selfd *sfn;

        stp = td->td_sel;
        STAILQ_FOREACH_SAFE(sfp, &stp->st_selq, sf_link, sfn)
                selfdfree(stp, sfp);
        stp->st_flags = 0;
}

It was a sfp value that ended up being reported as: 0xfffff80000000007

-- 
You are receiving this mail because:
You are the assignee for the bug.