Top "Kill-process" questions

This tag refers to the action of terminating (aborting) a process.

Can I stop all processes using CUDA in Linux without rebooting?

Is it possible to stop all running processing using the GPU via CUDA, without restarting the machine?

cuda restart kill-process
Kill a process if it exists

I want to kill all instruments processes that are running. I am using this: sudo killall instruments I am using …

bash shell kill-process
Getting a list of running processes and killing a specific process

I'm executing the following piece of code: ActivityManager actvityManager = (ActivityManager) this.getSystemService(ACTIVITY_SERVICE); List<RunningTaskInfo> procInfos = actvityManager.…

android process kill-process
Killing a java zombie process

I am running an experimental java application and every time I kill or stop the application, zombie processes get created. …

linux kill-process zombie-process
Fragments remain after Activity get's killed and recreated

I have a FragmentActivity (Support Fragments) where I create Fragments by code and put them into FrameLayouts. It all works …

android android-fragments android-fragmentactivity kill-process ondestroy
Why is calling Process.killProcess(Process.myPid()) a bad idea?

I've read some posts stating that using this method is "not good", shouldn't be used, it's not the right way …

android unity3d kill-process
'Exiting' (ctrl+c) a process from console - Eclipse vs Intellij

It seems that in Eclipse, if you want to send ctrl+c to a process you cant. The terminate button …

eclipse intellij-idea kill-process
How to kill a process by name?

How can I kill a process starting from a given process name? For example: How can I kill program.exe? …

delphi kill-process
How to force a service restart?

I have a background service that sometimes gets killed by the OS when it is running low on memory. How …

android service restart kill-process low-memory
fclose(): 18 is not a valid stream resource

I am trying to execute a process using proc_open. The I/O for the process is handled by the …

php kill-process fclose proc-open