[Bug 7778] New: pgrep, pkill do not match long process names
bugzilla at busybox.net
bugzilla at busybox.net
Wed Jan 7 11:38:38 UTC 2015
https://bugs.busybox.net/show_bug.cgi?id=7778
Summary: pgrep, pkill do not match long process names
Product: Busybox
Version: 1.21.x
Platform: PC
OS/Version: Mac OS
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at busybox.net
ReportedBy: chiszp at hotmail.com
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
If there is a process running with a long name, e.g. my_long_process_name,
pgrep 'my_long_process_name' will not find the process, however, pgrep
'my_long_process' will. This is unexpected behavior.
It appears the pattern is limited to 15 characters. If the process has more
characters than this, the process should match if all 15 characters do.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list