bpytop icon indicating copy to clipboard operation
bpytop copied to clipboard

SIGKILL problem with signal lib[BUG]

Open littleblack111 opened this issue 2 years ago • 0 comments

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):

  • bpytop version: 1.0.68
  • psutil version: 5.9.4
  • (Linux) Linux distribution and version:
  • archlinux
  • (OSX/FreeBSD) Os release version:
  • Terminal used:
  • alacritty
  • Font used:
  • nerd
  • Python version, python3 --version (version 3.6 or above is required):
  • Python 3.10.10

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))

littleblack111 avatar Mar 14 '23 15:03 littleblack111