GpuZelenograd / memtest_vulkan

Vulkan compute tool for testing video memory stability
https://github.com/GpuZelenograd/memtest_vulkan/blob/main/Readme.md
zlib License
262 stars 12 forks source link

Correctly exit while running over ssh session #28

Open galkinvv opened 6 months ago

galkinvv commented 6 months ago

Pressing Ctrl+C while running memtest_vulkan as a single app running via a ssh session like ssh user@host /path/to/memtest_vulkan does not lrad to immediate termination. memtets_vulkan continues heavy loading in the background.

Maybe some other signals should be handled too, need some investigation