JuliaCI / PkgEval.jl

Keeping tabs on the julia ecosystem
Other
28 stars 18 forks source link

Check for ESRCH when accessing procfs. #193

Closed maleadt closed 1 year ago

maleadt commented 1 year ago

Apparently the kernel throws both ENOENT and ESRCH when a task doesn't exist, and I couldn't find any consistency in what is thrown when, so just check for both errors.