aristocratos / bpytop

Linux/OSX/FreeBSD resource monitor
Apache License 2.0
10.07k stars 397 forks source link

SIGKILL problem with signal lib[BUG] #396

Closed littleblack111 closed 3 months ago

littleblack111 commented 1 year ago

Describe the bug

if you press kill/k some process wont work(just like terminate) so ya kill=terminate

To Reproduce

use a process like openvpn and try to kill it with even evaled privilage(sudo)

Expected behavior

it should kill the process immedietly

Screenshots

[If applicable, add screenshots to help explain your problem.]

Info (please complete the following information):

Additional context

contents of ~/.config/bpytop/error.log

(try running bpytop with --debug flag if error.log is empty)

I STRONGLY SUGGEST CHANGING IT TO KILL -9(using os.system(kill -9))