Tagged Questions

Kill is an operation of removing an object or process from memory so that other processes/variables can use them.

learn more… | top users | synonyms

28
votes
6answers
23k views

Kill detached screen session

I learned from somewhere a detached screen can be killed by screen -X -S [session # you want to kill] kill where [session # you want to kill] can be gotten from screen -ls . But this ...
26
votes
4answers
9k views

Who “Killed” my process and why?

My application runs as a background process on Linux. It is currently started at the command line in a Terminal window. Recently a user was executing the application for a while and it died ...
20
votes
6answers
33k views

How do I kill a process using Vb.NET or C#?

I have a scenario where I have to check whether user has already opened Microsoft Word. If he has, then I have to kill the winword.exe process and continue to execute my code. Does any one have any ...
13
votes
4answers
244 views

Emacs: How to yank the last yanked text regardless of subsequent kills?

I often find myself repeatedly yanking something after doing some kills and it becomes a process like: C-y C-y M-y C-y M-y M-y C-y M-y M-y M-y Each time I kill some text it pushes the first kill ...
11
votes
2answers
2k views

Python: when to use pty.fork() versus os.fork()

I'm uncertain whether to use pty.fork() or os.fork() when spawning external background processes from my app. (Such as chess engines) I want the spawned processes to die if the parent is killed, as ...
11
votes
6answers
11k views

How is it possible that kill -9 for a process on Linux has no effect?

I'm writing a plugin to highlight text strings automatically as you visit a web site. It's like the highlight search results but automatic and for many words; it could be used for people with ...
10
votes
3answers
631 views

How should I clean up hung grandchild processes when an alarm trips in Perl?

I have a parallelized automation script which needs to call many other scripts, some of which hang because they (incorrectly) wait for standard input or wait around for various other things that ...
9
votes
1answer
261 views

Ending a Java thread in C (JNI)

Dear multithreading/Java/C/JNI gurus, I have a slightly specific problem. I have a Java program that spawns threads. In the run() method, a call to C is made (via JNI), where at first, thread local ...
9
votes
2answers
582 views

If I kill a System.Diagnostics.Process with .Kill(), do I also need to call .Close()?

Using C# 4.0, I've created a System.Diagnostics.Process that I expect to take a short amount of time to run. If for some reason the process hasn't exited after some amount of time (e.g, I've called ...
7
votes
2answers
191 views

POSIX signal behavior

If a process is currently stopped due to a SIGTRAP signal and it is sent a SIGSTOP signal via kill(), what would be the default behavior? Would the SIGSTOP be a pending signal that is delivered after ...
7
votes
2answers
177 views

SQL: Interrupting a query

I've worked on a project using a proprietary non-SQL DB where queries could be interrupted and in the codebase there were quite some spots where that functionnality was used and made perfect sense ...
7
votes
6answers
8k views

Killing a defunct process on UNIX system

I have a defunct process on my system: abc 22093 19508 0 23:29 pts/4 00:00:00 grep ProcA abc 31756 1 0 Dec08 ? 00:00:00 [ProcA_my_collect] <defunct> How can I kill ...
6
votes
3answers
298 views

What happens in BASH when you do Ctrl-C (hint, it's not simply sending a SIGINT)

A little background first - When I do apt-get install downloads from my company internet it provides a high burst of speed (400-500KB/s) for the first 10 seconds or so before dropping down to a tenth ...
6
votes
1answer
390 views

Detect when console application is closing/killed?

I wanted to make a safe exit for my console application that will be running on linux using mono but I can't find a solution to detect wether a signal was sent to it or the user pressed ctrl+c. On ...
6
votes
2answers
446 views

Prevent Activity Stack from being Restored?

When an application's process is killed, its activity stack is saved. Then when the application is restarted, all my activities resume and run into null pointers. Rather than modify every activity to ...
6
votes
1answer
639 views

Using Inline Assembly in C/C++

Im trying to use inline assembly... I read this page http://www.codeproject.com/KB/cpp/edujini_inline_asm.aspx but i cant understand the parameters passing to my function. I'm writing a C write ...
6
votes
3answers
433 views

“Gracefully” killing a process

Right now I am using Process.Kill() to kill a process. Is there a way though, instead of just killing it immediately, that I can like send a message to the process instructing it to close so that it ...
6
votes
3answers
532 views

How do I close the stdout-pipe when killing a process started with python subprocess Popen?

I wonder if it is possible to shut down the communication pipe when killing a subprocess started in a different thread. If I do not call communicate() then kill() will work as expected, terminating ...
6
votes
6answers
6k views

Ensuring subprocesses are dead on exiting Python program

Is there a way to ensure all created subprocess are dead at exit time of a Python program? By subprocess I mean those created with subprocess.Popen(). If not, should I iterate over all of the issuing ...
5
votes
1answer
143 views

Processes killed by the Android system: does the on going notifications are removed too?

My application is using an on going notification. I noticed that when I kill my application via DDMS, the on going notification isn’t cancelled. However, when I’m doing Eclipse → Run, the process is ...
5
votes
4answers
191 views

kill -9 and production application

Which problem can cause kill -9 in production application (in linux to be exact)? I have application which do some periodical work, stopping these takes long time, and I don't care if some jobs will ...
5
votes
1answer
3k views

How can I prevent my Android app/service from being “killed” from a task manager?

It is very important that my service stay running until someone with a password stops the service from my UI screen. My app runs great but it is designed to be turned on/off by parents (with a ...
5
votes
7answers
2k views

linux: kill background task

How do I kill the last spawned background task in linux? Example: doSomething doAnotherThing doB & doC doD #kill doB ????
4
votes
2answers
142 views

Killing running processes on some other machine (over the network) using Delphi?

How can i kill running process on some other machine (over the network) using Delphi?
4
votes
2answers
75 views

Last child forked will not die

I have the main process forking two times and thus creating two children. The two children are piped with each other like this: ls | more Now the problem is that the second child never dies. Why is ...
4
votes
6answers
324 views

Ubuntu Java: Find a specific program's pid and kill the program

I'm trying to make an application that checks if this specific application is running, then kill the app after a specified amount of time. I'm planning to get the pid of the app. How can I get the pid ...
4
votes
3answers
108 views

What do I do When Dispose Method Fails?

Well, here I am again with another frustrating question. I need to end my main process and restart it, but I can't just end the application gracefully... I am using a C# application in conjunction ...
4
votes
2answers
514 views

How to handle selenium crashes

I am currently automating tests with selenium RC which run every hour. Everything runs smoothly most of the time but there are some times where either firefox will crash or the selenium RC will just ...
4
votes
2answers
1k views

Java tool/method to force-kill a child process

I am looking for a Java tool/package/library that will allow me to force-kill a child process. This tool/package/library must work on Windows platform (mandatory). Support for Linux/Unix is ...
4
votes
2answers
729 views

Kill my application after finish

How to kill my application after call finish? (i can see my app in HTC's phone, but i finished that activity anyway)
4
votes
3answers
449 views

How to kill background process from system function call

How can I kill a background process that was executed using a system function call in C language. Like for example I have a compiled application call "fooprocess". Then I want to write a program that ...
4
votes
5answers
730 views

Python: kill or terminate subprocess when timeout

I would like to repeatedly execute a subprocess as fast as possible. However, sometimes the process will take too long, so I want to kill it. I use signal.signal(...) like below: ppid=pipeexe.pid ...
4
votes
1answer
409 views

How can I stop a running MySQL query?

I connect to mysql from my Linux shell. Every now and then I run a SELECT query that is too big. It prints and prints and I already know this is not what I meant. I would like to stop the query. ...
4
votes
1answer
367 views

Emacsclient hook on kill

I am trying to find a hook in Emacs, which should fire right before emacs server graceful shutdown. I tried kill-emacs-query-functions, kill-emacs-hook, server-done-hook with elisp like : (add-hook ...
4
votes
5answers
619 views

C# killing a thread

In my app, I have a thread that runs continuously. By using Thread.Sleep(), the function executes every 10 minutes. I need to be able to kill this thread when a user clicks a button. I know ...
4
votes
7answers
5k views

Android: Howto kill my own Activity - the hard way

So I have my Activity, and on pressing a "Quit" button I call Activity.finish(). This effectively closes my application. The problem: The Dalvik-process of my application is still hanging around as a ...
4
votes
4answers
4k views

Android: How to kill an application with all its activities?

I want to offer the user an option to exit the application as I need to delete some sensitive data, which is stored in the SharedPreferences as long as the application needs it. As soon as the user ...
4
votes
1answer
606 views

What happens if you kill a long-running alter query?

What happens if you kill a long-running alter query? Will the alter query simply revert? How long could that take (as a proportion of the time it has already been running)? What if that query is ...
4
votes
4answers
4k views

When a parent process is killed by “kill -9”, will subprocess also be killed?

One of my colleague told me this morning, when he killed supervisord by "kill -9", the subprocesses of supervisord is not killed. He is quite sure about that, but I tried many times and did not ...
4
votes
4answers
3k views

How to terminate all [grand]child processes using C# on WXP (and newer MSWindows)

Question: How can I determine all processes in the child's Process Tree to kill them? I have an application, written in C# that will: Get a set of data from the server, Spawn a 3rd party utility to ...
4
votes
3answers
3k views

How can I kill Perl 'system' calls when the main script is killed?

Pervious answers to this questions have focused on forks: kill background process when shell script exit How to make child process die after parent exits? Are child processes created with fork() ...
4
votes
2answers
8k views

programmatically kill a process in vista/windows 7 in C#

I want to kill a process programmatically in vista/windows 7 (I'm not sure if there's significant problems in the implementation of the UAC between the two to make a difference). Right now, my code ...
4
votes
2answers
5k views

How can I kill a whole process tree with Perl?

What's the best way to kill a process and all its child processes from a Perl script? It should run at least under Linux and Solaris, and not require installation of any additional packages. My guess ...
4
votes
2answers
2k views

What happens to an applet when browser is closed?

Let's suppose I have an applet running within a page in a browser. What happens when the browser is closed by the user? Is the applet notified so that it can perform some kind of close action on its ...
4
votes
2answers
11k views

How can I kill a process, using VBScript, started by a particular user

I have multiple users running attachemate on a Windows 2003 server. I want to kill attachemate.exe started by user_1 without killing attachemate.exe started by user_2. I want to use VBScript.
3
votes
1answer
435 views

Java Process.Destroy() does not kill all process

I have a Java process which launch a program using Runtime.getRuntime().exec("myBin") this "myBin" may fork several times to finish its job. I have a reader thread to read all output of the "myBin" ...
3
votes
3answers
411 views

How to cleanly shutdown Eclipse from Linux command line?

Is there a way to shutdown Eclipse cleanly from the command line, such that files and workspaces are saved? kill -3 doesn't do anything. kill -1 and kill -15 (default) causes Eclipse to exit abruptly ...
3
votes
3answers
379 views

osx - How to get a process id (PID) programmatically?

How can I get a process' ID? I require the ID in order to kill that process. I know the name of the process. Thanks!
3
votes
3answers
135 views

Can't compile a program that calls tgkill

I'm trying to write a program that uses tgkill to send a signal to a specific thread, but whenever I compile it with gcc I get an error about an undefined reference to 'tgkill'. I tried compiling with ...
3
votes
1answer
125 views

What happens to orphaned/killed async AJAX WebMethod or PageMethod calls?

What happens behind the scenes if I make an AJAX PageMethod or WebMethod call from, say, "Default.aspx" and then I quickly navigate away to a different page, say, "Settings.aspx" before the initial ...

1 2 3 4 5 7