https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260406
--- Comment #34 from Andriy Gapon <a...@freebsd.org> --- (In reply to Kristof Provost from comment #27) Do memory allocations need to be done with M_NOWAIT if they are performed in a context of a call (ioctl) from userland? I think that it's not impossible that there could be some transient condition (plus maybe a bug) resulting in M_NOWAIT giving up too easily. -- You are receiving this mail because: You are the assignee for the bug.