https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028
--- Comment #240 from Mark Millard <marklmi26-f...@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.