DragonFlyBSD Kernel Audit
DF-2780 / run.log
← back to finding ↓ download raw
[*] RLIMIT_NOFILE soft=32528 hard=32528
[control] mq_open #512 failed: Too many open files
[control] fresh process created 512 queues (kern.mqueue.mq_open_max=512)
[existing] mq_open(existing) at/past EMFILE limit: SUCCEEDED (no limit check on this path)
[fork-child] mq_open #513 failed: Too many open files
[fork-child] created 513 queues after the inherited-fd close underflowed the counter (control limit: 512)
[*] child exit=42 => BYPASS REPRODUCED (child exceeded mq_open_max)
EXIT=0