You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever the GetProcessList calls ps -e -o user,pid,ppid,stime,pcpu,pmem,rss,vsz,stat,time,comm,psr,cgroup and a defunct process is present in the returned list, the API fails and the client gets a 500 error with the following output:
Whenever the GetProcessList calls ps -e -o user,pid,ppid,stime,pcpu,pmem,rss,vsz,stat,time,comm,psr,cgroup and a defunct process is present in the returned list, the API fails and the client gets a 500 error with the following output:
process listing failed: invalid pid "24647": strconv.Atoi: parsing "<defunct>": invalid syntax
Below an example of the output that is breaking the parsing:
root 24647 10145 17:24 0.0 0.0 0 0 Z<s 00:00:00 SYNO. <defunct> 3 -
The text was updated successfully, but these errors were encountered: