Comment 3 for bug 735452

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Hi there,

Thank you for reporting bugs and trying to make Ubuntu better.

I'll take a look at this later this week however, after a quick look /proc/<PID>/status I found that under the field name, some processes names that are long might not show the complete name, i.e.:

$ cat status
Name: chromium-browse

Note that the complete name of the process is not shown when it should. This might affect regex's for daemons which name's too long. In turn, cmdline shows:

$ cat cmdline
/usr/lib/chromium-browser/chromium-browser --type=extension --lang=en-US --force-fieldtest=ConnCountImpact/conn_count_8/ConnnectBackupJobs/ConnectBackupJobsEnabled/DnsImpact/max_2s_queue_prefetch/DnsParallelism/parallel_14/GlobalSdch/global_enable_sdch/IdleSktToImpact/idle_timeout_60/Prefetch/ContentPrefetchDisabled/ProxyConnectionImpact/proxy_connections_32/SpdyCwnd/cwnd16/SpdyImpact/npn_with_spdy/ --channel=4516.0x7f839042d000.717038638

Cheers,