The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
35 views

ubuntu kill java thread

I create some threads: public class NewUser extends Thread{ public int userID; public long waitingSeconds; Timer timer; public NewUser(int UserID, long WaitingSeconds){ ...
2
votes
1answer
57 views

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 fine so far. Now if I leave the App an return everything is fine as long as ...
-6
votes
0answers
36 views

Creation of an application that force-stop other apps [closed]

I want to build an app that force-stops only my desired app (one and only one app) and related to it I also want to make a widget out of it... Can someone help or give me links t articles about ...
-3
votes
2answers
57 views

how to disable all other apps except my application

i want to disable all other apps in my phone when my application is installed.. is there any option where block all other application from running. and only my application can run.. can you suggest ...
0
votes
1answer
35 views

GDB is killing my inferior process

GDB is killing my inferior. Inferior is a long-running (20-30 minutes) benchmark. GDB and inferior are both running under my uid. Runs fine for a while then my signal handler is called with a ...
0
votes
1answer
46 views

javaw.exe/eclipse.exe cannot be killed [closed]

Sometimes eclipse will randomly stop responding, for seemingly no reason. The process cannot be killed through any means, anything that tries to kill it will stop responding, and won't be able to be ...
0
votes
0answers
21 views

How to aborted the python script in windows

I have a python script. When I have run the script from the command prompt in windows7. Now, I have opened the new command prompt and ran the same python script. When I have ran the second time ...
0
votes
1answer
40 views

Is there any kill_proc() replacement for proprietary Linux kernel drivers?

I'm in the process of porting 4 proprietary (read: non-GPL) Linux kernel drivers (that I didn't write) from RHEL 5.x to RHEL 6.x (2.6.32 kernel). The drivers all use kill_proc() for signalling the ...
0
votes
3answers
73 views

KILL “Android.process.xxx” processes

It is possible to kill "Android.process.xxx" system processes programmatically WITHOUT root permissions (e.g. "Android.process.media")? By the way I'm trying to develop (with ADT v21.1) an app with ...
1
vote
0answers
68 views

Terminate running application in android

I am using following code to terminate background app(calculator). for that I have created a service When I am running app. It is not killing background process(calculator) Whats wrong with the code ...
0
votes
2answers
46 views

Query is locking tables, can't kill that process

I am having an issue in MySQL. I have run this query: UPDATE table SET status = 2 WHERE status = 3 This query caused a deadlock on the table and can't bypass it. I tried to do: show processlist ...
1
vote
1answer
50 views

How to kill process that may not exist on prebuild step in Visual studio?

Problem is if this process doesn't exist, build fails. I try to write something like this tasklist /nh /fi "imagename eq XDesProc.exe" | find /i "XDesProc.exe" && ( TASKKILL /F /IM ...
0
votes
0answers
310 views

how to force stop all checked application from list view in android programmatically

In below given code I want to kill (forcestop) all the checked applications but after restarting my application it's showing the name of these killed applications again. I really don't know if ...
0
votes
1answer
46 views

Could the Killing process privilege in SQL Server be asigned to 1 user for 1 database only?

I do not know how to work with the management of privileges in SQL Server. I have a hosting that offers me SQL Server database. If any problem of the type -an object is blocked- occurs I need to ...
0
votes
0answers
26 views

Equivalent of cgroups on OS X for killing descendant processes? [closed]

I want to reliably kill a process along with any other processes that it may have forked, on Mac OS X. On Linux, cgroups can be used to do that. That allows killing all descendant processes, even if ...
2
votes
2answers
122 views

Killing processes automatically - linux

I al running this command : pgrep -l someprocess I get some outputs XXXX someprocess then I kill every process appearing by hand, I would like to write a script to do it automatically, but this ...
0
votes
1answer
76 views

Excel files not closing from MS Access

I have an Excel Dashboard where i have buttons to perform some data cleansing in MS Access. The Access database fetches data from other two Excel files. When i run the MS Access separately i am not ...
4
votes
3answers
88 views

Running a PHP process as a daemon while safely killing it from background

We are running a PHP Daemon which look into a queue, receives worker jobs and spawns the worker to handle it. The workers themselves acquire a lock on a specific location before proceeding. We spawn ...
0
votes
0answers
63 views

Kill process failure with Android 2.2

android.os.Process.killProcess(android.os.Process.myPid()) has strange new behavior with Android 2.2 It seems to be trying to restart the application. Log listing follows. Any ideas about what it ...
2
votes
0answers
140 views

Linux kernel module signal on userspace process killed

I'm wondering if there is a hook that could be used in a Linux Kernel Module that is fired when a user space application/process is killed ?
0
votes
1answer
127 views

Forced close in my application after using a task killer

I have an application that works correctly. I press the "back" button and close the application, then I open the application and working properly I press the "home" and go to the main screen of the ...
1
vote
4answers
179 views

bash: counter inside a while loop (kill and kill -9)

So I've learnt recently that kill is not a synchronous command, so I'm using this while loop in bash, which is awesome: while kill PID_OF_THE_PROCESS 2>/dev/null; do sleep 1; done However, there ...
0
votes
0answers
104 views

Can't kill a process - stopping rails server

I am trying to stop rails server from my console (i am using ubuntu) so following the related questions on stack, I tried Ctrl + C pgrep -l ruby and then kill -9 $the_right_pids (and also ps aux | ...
0
votes
1answer
127 views

Why KILL_BACKGROUND_PROCESSES doesn't work? [closed]

In the AndroidManifest.xml, I have this permission: <user-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" /> But still I am getting the error message as: Permission ...
1
vote
0answers
68 views

How to kill the thread of searching request on elasticsearch cluster? Is there some API to do this?

I made a elasticsearch cluster with big data, and the client can send searching request to it. Sometimes, the cluster costs much time to deal with one request. My question is, is there any API to ...
0
votes
1answer
75 views

How do I end a process using Visual Basic?

Basically, I've made a program that has both "RUN BOT" and "KILL BOT" buttons. My question is what code do I use to 'Kill' the bot or in other terms close out the "batchfile.bat" that it's running ...
0
votes
1answer
75 views

How to end the WCF server from a client which is also its parent

I have the following WCF server and client code which I changed a bit from their [original form] (http://tech.pro/tutorial/855/wcf-tutorial-basic-interprocess-communication). Server: using System; ...
0
votes
1answer
36 views

Stop single/all processes of a website on shared hosting

I have an ASP.NET website hosted on Rackspace Cloud Sites. I have some C# code running which loops through a text file and inserts the records to a SQL Server website. Currently I have this code ...
0
votes
1answer
65 views

Stopping android logcat that is executing in a child process

I am writing a ruby script in which I want to execute the android logcat -v time command in a child process and after some time kill the process (when the the parent is done doing xyz). For example I ...
2
votes
0answers
107 views

Why doesn't Java provide an API to kill processes? [closed]

I know that I cannot kill a process (even if I have permissions) using a Java API. I have to execute external commands (e.g. kill in Unix) using Java's APIs (for example: Runtime). My question is, ...
2
votes
0answers
62 views

Do spawned child processes count as user time?

I have a Java process that starts a bunch of child processes and interleaves them by executing to "kill -STOP" and "kill -CONT" (following the suggestion given in Suspend a child process spawned by ...
-1
votes
2answers
87 views

kill -QUIT: log not getting appended

I have a java process. I am using log4j for logging purpose. I have specified in log4j.xml, location and name of log file. logging is working fine. I have problem with kill -3 logs here. I trying to ...
2
votes
2answers
198 views

Android-How to detect on resume that my app was killed by VM?

In my app, when user presses HOME key and returns back to app after some time, my app gives NullPointerExceptions on various places and activities. I know that my app is being killed by OS to free ...
1
vote
1answer
204 views

Force shutdown without checking open process Windows 7

Is there any way to force shutdown without checking or waiting running procceses to terminate. More specifically, i want something like unpluging the socket. Setting the value of WaitTimeToKillApp in ...
0
votes
1answer
146 views

simple vbs process query

I am new to vbs but have done programming in c, c++ n java. I tried searching over the internet but I still cant find where am i wrong . I am making a script to kill a process named rundll if it ...
0
votes
3answers
89 views

Android: Is it possible to ForceStop and Cleardata of an app programatically?

I am trying to kill an application programatically as Android does when there is overload in memory.. I had searched many post in stackoverflow itself regarding killing of an application, all ...
1
vote
6answers
1k views

How to kill process by clicking back button in Android?

I have made an application in android .It is an application related to timer.Now i have tried a lot to put controll on back button of android device that when it is pressed the process should be ...
4
votes
2answers
161 views

Why does my Java application successfully close Windows Explorer, but fail to restart it again?

In my java application I use Runtime.getRuntime().exec("taskkill /F /IM " + explorer.exe).waitFor(); to close Windows Explorer. This part works because Explorer realy stops working for me. ...
3
votes
1answer
56 views

Is it possible to get launching event of Applications in android?

I am developing an application which shows some specific allowed apps.If user tried to launch except these allowed apps i want to block them. I know that it is possible to get running tasks using ...
0
votes
0answers
262 views

how to kill running task and restart package in android?

I have an application shows all installed apps.I want to block some apps if no network connection from this app. How to close the currently running app and restart the package of parent app. ...
-1
votes
1answer
385 views

difference in using kill -9 with kill SIGUSR2 [closed]

what is difference in operation using kill command format, in what scenario which one to used. kill -9 process-id kill SIGUSR2 process-id
0
votes
1answer
426 views

Killing a child process from within itself in Node.JS

Is there a way to kill make a child process "suicide"? I tried with process.exit(1) but apparently it kills the whole application I'm running. I just want to kill the child process (like when we call ...
1
vote
0answers
62 views

Aborting an After Effects command line render? (aerender) [closed]

I plan to use aerender, to trigger projects to render using the command line. Starting the render is fine, but how would one abort the render and cleanly terminate the process?
1
vote
2answers
1k views

linux script to kill java process

I want linux script to kill java program running on console. Following is the process running as jar. [rapp@s1-dlap0 ~]$ ps -ef |grep java rapp 9473 1 0 15:03 pts/1 00:00:15 java -jar ...
0
votes
1answer
120 views

VB.NET: How to terminate a process that is already running outside of the current project

Hello once again and I need some help. I am developing an automatic updating component to update one of my other apps in vb.net. The problem is that IFF an update is available, the update app has to ...
2
votes
0answers
133 views

How to protect my application from task killers?

My application (audio player), after starting any task killer incorrectly ends the process. The notification does not disappear from the notification bar and after click on it, the application crash. ...
2
votes
1answer
199 views

Killing a Windows 16-bit process from a batch file

I have this situation where an old computer with Windows XP is working as a server for a system, and has the possibility to send alarms to me when something goes wrong. However, this server program ...
0
votes
1answer
302 views

Get event on killing process of windows application from task manager in vb.net

I am using windows application for my project in VB.Net. Now Whenever my application runs and then user kill the process from task manager, i want any event from that that when user kill application ...
2
votes
1answer
430 views

Why does Popen.terminate() terminate subprocess run with command interpreter (cmd.exe) on Windows?

Killing subprocess created with shell=True passed to subprocess.Popen's constructor under Linux kills only shell and not the process created by shell (see How to terminate a python subprocess launched ...
0
votes
5answers
429 views

Assign a Name to a Unix Process?

I'm a PHP developer, and know very little about shell scripting... So I appreciate any help here. I have four php scripts that I need running in the background on my server. I can launch them just ...

1 2 3