https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233179

Yuri Pankov <yur...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yur...@freebsd.org

--- Comment #1 from Yuri Pankov <yur...@freebsd.org> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to