FrostyX / tracer

Tracer finds outdated running applications in your system
GNU General Public License v2.0
82 stars 24 forks source link

Access process PID only once #172

Closed FrostyX closed 3 years ago

FrostyX commented 3 years ago

Fix #148 (hopefully)

I am not entirely sure about the cause of #148 but possibly processes disappear between we check if there are any instances and accesing them?

Let's try to access them just once.