Why kill process use kill -9 rather than -15 #17105
wenkang-xie
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We discovered that when we tried to make some hook in task, when kill by user, do some cleanup operations, but kill -9 make it cannot work. So why Dolphin use kill -9 ? Could be modified to -15 and rebuilt?

Beta Was this translation helpful? Give feedback.
All reactions