justvanbloom / ga-bitbot

Automatically exported from code.google.com/p/ga-bitbot
GNU General Public License v3.0
0 stars 0 forks source link

WATCHDOG EXPIRED #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python ./gal.py
2. wait a couple of hours
3. WATCHDOG: PID 0d4a9dfd EXPIRED

What is the expected output? What do you see instead?
This error-message appear:
WATCHDOG: PID 97ff6095 EXPIRED
Traceback (most recent call last):
  File "gal.py", line 152, in <module>
    monitor.update({npl[0]:{'cmd':cmd_line,'process':p}})   #store the pid/cmd_line/process
IndexError: list index out of range

What version of the product are you using? On what operating system?
0.2

Original issue reported on code.google.com by marten.w...@gmail.com on 4 Jan 2012 at 10:51

GoogleCodeExporter commented 9 years ago
The process didn't relaunch in the time allotted. 

Changed the code to use the same retry/timeout strategy used for the initial 
monitored process launch. 

Updated on the repo, will be included in the next downloadable release.

Original comment by brian.mo...@gmail.com on 4 Jan 2012 at 10:23