>>> need your help <<<

mmb

New Member
hello people is there any guy who help or link a software for me to execute un responding program or crashed programs ( i mean when application crash it close that automatically ) thank you !:)
 

Punk

Moderator
Staff member
Ctrl+alt+del. Then go to processes and kill the one that crashed. That works on Windows, not sure if it works on MAC or Linux. On win7 and newer version, click on task Manager after you pressed the buttons I gave you.
 

mmb

New Member
Ctrl+alt+del. Then go to processes and kill the one that crashed. That works on Windows, not sure if it works on MAC or Linux. On win7 and newer version, click on task Manager after you pressed the buttons I gave you.

thank you for your reply i knew your way . i want A application to execute them
in your way that need A person to do that !

i turned off error reporting service and also windows action center ! but this still give a error report for crashed application !

i just want a application which automaticly make them execute ! thank you
 

PabloTeK

Active Member
The simplest way is to set up a watchdog program that polls the program's responsiveness (I wouldn't know how without knowing the program in question).

The issue with blindly killing a hung program is you'll never actually know what caused it. If you have a program that needs to be restarted automatically, you need to investigate why as you'll probably have a fairly major hardware/software issue!
 

mmb

New Member
The simplest way is to set up a watchdog program that polls the program's responsiveness (I wouldn't know how without knowing the program in question).

The issue with blindly killing a hung program is you'll never actually know what caused it. If you have a program that needs to be restarted automatically, you need to investigate why as you'll probably have a fairly major hardware/software issue!

you right but i can't fix problem because it is in source or bad compiling wich i did not compile that program ! it crash not always but some times ! i have a restarter application when crash occur but it don't work till some one execute crashed application manually i just want some thing to execute crashed application Atumaticly !
 

S.T.A.R.S.

banned
So what you basically want is for application process to terminate and then automatically run the application again?

If yes,I can make you a small software which will do that.Just give me few days because I need to do few other things.

By the way I wouldn't be using so bad programs which crash so easily lol.
 

PabloTeK

Active Member
I think he wants a program that stops and restarts frozen processes.

In reality, unless you have some form of indicator from the program in question that a watchdog process can poll automatically at regular intervals then it's very hard to detect a crashed program as what Windows is locked up can actually be a process working perfectly normally!
 
Top