i have this issue in ubuntu 18, when i check TOP command ubuntu , i see process named .system3d use high CPU and RAM.. like this
i have kill PID with command
sudo kill [PID]sudo killall .system3dsudo killall -9 [PID]sudo killall -15 .system3d
but , when i kill process .system3d, the process come up again and again. How to fix this issue ?