Le 25/02/2026 à 23:05, Seyed Mohamad Amin Modaresi a écrit :
And for the third, gpu-viewer uses /tmp/gpu-viewer for its data,
If the programme doesn't close correctly, the tmp dir won't be removed, so it 
is not a bug.

Well, "if the program doesn't exit cleanly then it can't be restarted afterwards" is definitely a bug. There are several ways to solve it:

- if the dir exists when starting, discard and regenerate all data
- or if the dir exists when starting, just reuse the data
- or use a different temp dir (with mkdtemp) every time, so there's no conflict

Reply via email to