https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233179
Yuri Pankov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Yuri Pankov <[email protected]> --- This is likely due to command name having size of (COMMLEN + 1) (which is 19 + 1 for terminating NUL character) in struct kinfo_proc. Note that pgrep in linux seems to have the same limitation. Use `pgrep -f` (match against full argument list) for workaround. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
