Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
2answers
11k views

How can I verify if a Windows Service is running

I have an application in C# (2.0 running on XP embedded) that is communicating with a 'watchdog' that is implemented as a Windows Service. When the device boots, this service typically takes some time ...
8
votes
6answers
4k views

Run cron job only if it isn't already running

So I'm trying to set up a cron job as a sort of watchdog for a daemon that I've created. If the daemon errors out and fails, I want the cron job to periodically restart it... I'm not sure how possible ...
7
votes
5answers
176 views

What does “variable|variable” mean in C++?

I was looking into this ITE8712 watchdog timer demo code when I saw this: void InitWD(char cSetWatchDogUnit, char cSetTriggerSignal) { OpenIoConfig(); //open super IO of configuration for Super ...
6
votes
1answer
119 views

Writing a file with vim doesn't fire a file change event on OS X

I am using watchdog to monitor .less file change events on OS X. If I change the contents of a .less file with TextMate or Sublime Text the modification event is captured. However, if I edit the ...
5
votes
5answers
1k views

Programming in presence of watchdog timer

I am new to embedded systems programming, although I have done courses during studies, practical programming is still a bit further away. Here is the problem: I have to program a small system on NXP ...
5
votes
3answers
2k views

Who is refreshing hardware watchdog in Linux?

Processor AT91SAM9G20 kernel 2.6 Watchdog is enabled at bootstrap level and configured for 16 seconds. Watchdog mode register can be configured only once. When code hangs either in bootstrap or ...
5
votes
3answers
5k views

Can I create a software watchdog timer thread in C++ using Boost Signals2 and Threads?

I am running function Foo from somebody else's library in a single-threaded application currently. Most of the time, I make a call to Foo and it's really quick, some times, I make a call to Foo and ...
4
votes
2answers
267 views

How to secure methods in java (overflow and so on)

i have to write a "WatchDog" in Java, who secure that Threads don't perform too long. With the initialization of the Objects it's no Problem, i made a Class, who calls the WatchDog and the ...
4
votes
3answers
505 views

C# remote watchdog

We have a number of services (mostly console applications) running across several remote computers. I need to implement some form of a watchdog to make sure all these services are running as ...
4
votes
6answers
2k views

How to debug a watchdog timeout

I have a watchdog in my microcontroller that if it is not kicked, will reset the processor. My applications runs fine for a while but will eventually reset because the watchdog did not get kicked. ...
4
votes
6answers
7k views

Linux software watchdog

I am writing a system monitor for Linux and want to include some watchdog functionality. In the kernel, you can configure the watchdog to keep going even if /dev/watchdog is closed. In other words, if ...
3
votes
4answers
434 views

Python - Have parent thread handle child threads Exception

Is there a way to have the parent that spawned a new thread catch the spawned threads exception? Below is a real basic example of what I am trying to accomplish. It should stop counting when ...
3
votes
4answers
269 views

Service Watch-dog design

I am working on a legacy product which has seven Windows services and a user interface. There are some bugs in the services which causes crash in every 10-15 days. I need to write an application to ...
3
votes
4answers
740 views

Crash reporting watchdog for when my application locks up on a customer's machine

I'm working with a somewhat unreliable (Qt/windows) application partly written for us by a third party (just trying to shift the blame there). Their latest version is more stable. Sort of. We're ...
2
votes
1answer
234 views

Timeout crash on launch (0x8badf00d) due to com.apple.locationd.registration.xpcq in iPhone app

I am getting a weird timeout crash via iTunes during app launch. Here is the stack trace. Seems like something to do with the location service (yes, I do ask for a user's location). Does anyone have ...
2
votes
2answers
235 views

Linux automatically restarting application on crash - Daemons

I have an system running embedded linux and it is critical that it runs continuously. Basically it is a process for communicating to sensors and relaying that data to database and web client. If a ...
2
votes
1answer
112 views

Watch dog for blocking function call

I have a closed-source API for some hardware sensor that I use to query that sensor. The API comes as DLL that I use through C# interop. The API's functions are blocking. They usually return error ...
2
votes
1answer
122 views

Remote nodes keeping processes alive

Quis custodiet ipsos custodes? -- (Decimus Iunius Iuvenalis) I have the following setup: On one node ('one@erlang.enzo') a server process is running which has a watchdog running one another node ...
2
votes
2answers
533 views

Node.JS: Detect when parent process exits

I will have a parent process that is used to handle webserver restarts. It will signal the child to stop listening for new requests, the child will signal the parent that it has stopped listening, ...
2
votes
2answers
850 views

Tools for implementing a watchdog timer in python

I'm writing some code for testing multithreaded programs (student homework--likely buggy), and want to be able to detect when they deadlock. When running properly, the programs regularly produce ...
2
votes
3answers
3k views

How do I code a watchdog timer to restart a Windows service?

I'm very interested in the answer to another question regarding watchdog timers for Windows services (see here). That answer stated: I have also used an internal watchdog system running in another ...
2
votes
7answers
458 views

How to determine which task is dead?

I have an embedded system that has multiple (>20) tasks running at different priorities. I also have watchdog task that runs to check that all the other tasks are not stuck. My watchdog is working ...
1
vote
1answer
54 views

Watchdog Python script for Windows file system

I would like to write a small notification script using python watchdog for windows. The script should do - watch a directory and when ever file is created - trigger an exe passing filename as ...
1
vote
1answer
60 views

Watchdog monitoring UNIX domain socket, triggering events upon specific content

I am on an embedded platform (mipsel architecture, Linux 2.6 kernel) where I need to monitor IPC between two closed-source processes (router firmware) in order to react to a certain event (dynamic IP ...
1
vote
1answer
165 views

Reasons for Soft Lock up?

When we enable CONFIG_DETECT_SOFTLOCKUP to detect soft lockups, it creates a new task called khungtaskd which will run every 1s. If khungtaskd fails to get scheduled for 'n' seconds, then Kernel will ...
1
vote
1answer
204 views

Python watchdog application

Erm... i promise i searched thoroughly the web for this and couldn't find a satisfatory answer so >.< I'm trying to make a 'controller' for my python app, i mean, it should be executed and then ...
1
vote
5answers
78 views

Java & PHP runtime communication

I'm writing a watchdog-style program in Java - that is, it will be running constantly. I want to be able to somehow send input and receive a response using PHP. What is the best way to do this? ...
1
vote
2answers
355 views

python How to watch for Win32_Processor LoadPercentage change in wmi?

How do I watch for a LoadPercentage change event using the Win32_Processor class? import wmi c= wmi.WMI() x = [cpu.LoadPercentage for cpu in c.Win32_Processor()] Where should the watch for() method ...
1
vote
1answer
241 views

The Why and the How of Creating a Watchdog in Cocoa/Objective-C

Happy Monday to you all! Here is my situation. Any assistance greatly appreciated! I have created an executable that when installed gets placed in the Launch Agents folder of the machine. In theory ...
1
vote
3answers
581 views

iPhone App Fails to Launch in Time 8badf00d - Crash Log [closed]

I have been searching for days on this topic and cannot come up with a straight answer on how to cut down on the launch time of my app. Can anyone take a couple minutes to interpret this crash log ...
1
vote
2answers
573 views

How to implement a master/watchdog script in python?

I need it to open 10 processes, and each time one of them finishes I want to wait few seconds and start another one. It seems pretty simple, but somehow I can't get it to work.
0
votes
0answers
19 views

Android Watchdog.java : Is it possible to execute system-wide reboot instead of framework-wide reboot?

My development board with Gingerbread occasionally freezes and the Watchdog tries to reboot by only killing SystemServer, but it doesn't work. The board keeps freezing and does not accept any input. ...
0
votes
2answers
33 views

Windows .Net application crash watchdog

i'm creating a little kiosk application for a exhibition installation. i develop in .Net & C# and the computer will run Windows 7. Now, what's the easiest way to setup some kind of watchdog that ...
0
votes
0answers
13 views

Simil build system with python eggs

I have to modify the current run/build system in a big code-base, which is composed by a lot of eggs. The buildout/virtualenv approach is unfortunately not feasible in this case, but I already have ...
0
votes
2answers
62 views

php code that checks and run process

there is a process that always terminate abrutply, and is there anyway to monitor it? i dont want to end up manually typing "service named start" or service anyprocess start". i need a php script that ...
0
votes
0answers
106 views

Question about watchdog

I am using the java web application server "resin", I want to deploy two web applications - app1 and app2 on the same machine, for security reasons,I want to put them into their own jail(via chroot). ...
0
votes
1answer
91 views

Watchdog an application from a service

How can I make a service to be a watchdog for a desktop application knowing that Services cannot/shouldn't interact with Desktop applications. Or is it only working assuming there is only one user?
0
votes
1answer
88 views

How would you automatically restart a javascript application when it crashes?

I am interested in running a slideshow in an unattended web browser. I would rather it didn't crash. How should I make sure the javascript application continues to run or the browser reloads the home ...
0
votes
1answer
305 views

Windows Mobile - Capture Application/Process Termination Event

I need to create Watchgog application that will keep track of main application. If my main application is crashed/closed/ended by any means, this watchdog application will activate it again. I can do ...
0
votes
2answers
417 views

Iphone, how can i avoid the watchdog killing my application for taking long time to launch?

what is the proper way to notify the watchdog that i'm not in an endless loop and that i'm still loading so don't kill my app? I'm receiving in my crashlogs Exception Type: 00000020 Exception ...
0
votes
1answer
149 views

MySQL Watchdog warnings that disappear on flushing the cache

I get following type of warnings on my Drupal Site which usually disappear when I flush the cache "Warning: MySQL server has gone away query: INSERT INTO watchdog (uid, type, message, variables, ...
0
votes
1answer
213 views

Watchdog test in Windows XP

I want to test the watchdog in my system. How can I totally freeze the Windows XP, in order to let the watchdog to perform reset? I tried the "fork bomb", but it didn't help. I don't care if OS will ...
0
votes
2answers
169 views

long startup time…Need help

My app is all done and working great. So now I ran it on a old iPhone and the app takes 17.3 seconds to start!?!? i spent a lot of time looking into it and i found that the reason it is taking so ...
0
votes
1answer
142 views

Watchdog built into the same process as the program it controls

I run a Visual C++ console test program inside the daily build. Every now and then the test would call some function that was changed by other developers improperly, descend into an infinite loop and ...
0
votes
1answer
723 views

Drupal watchdog database table flooded with same message over and over?

I've: Disabled cron Disabled database logging Cleared my caches Commented out the code that is being displayed as the error And still, the same error message is being written to Watchdog. I ...
0
votes
3answers
546 views

Infinite loop in FreeBSD

I have a script that constantly segfaults - the problem that I can't solve as segfault is in python libxml bindings - didn't write those. Ok, so in Linux I used to run an inf.loop so that when script ...