https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293382
--- Comment #4 from Mark Johnston <[email protected]> --- (In reply to Paul from comment #3) > And seeing `kqueue_scan` in both cases makes us suspect that these are two > symptoms of the same issue. Yes, I think they are likely related. I wonder if you could try running your application on a GENERIC-DEBUG kernel? The output from comment 2 shows that the knote is a marker knote used during list scans, it's pretty weird that knote_fdclose() would encounter one, and I suspect that it reflects a bug elsewhere in the kqueue code. Using a debug kernel would have a performance penalty but will hopefully make it much easier to track this down. -- You are receiving this mail because: You are the assignee for the bug.
