bugThe Fat Controller - Bugs: bug #14760, Large values for scheduling cause...

 
 

bug #14760: Large values for scheduling cause problem

Submitter:  Matthew Warren <matthewwarren>
Submitted:  Mon 10 Oct 2005 03:00:46 PM UTC
   
 
Category:  DAEMONMANAGER Severity:  3 - Normal
Status:  None Privacy:  Public
Assigned to:  matthewwarren Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 10 Oct 2005 03:00:46 PM UTC, original submission:  

Traceback (most recent call last):
  File "C:\Program Files\yab\FatController\FatController.py", line 637, in ?
    main()
  File "C:\Program Files\yab\FatController\FatController.py", line 582, in main
    processcommand(UserCmd)
  File "C:\Program Files\yab\FatController\FatController.py", line 526, in processcommand
    eval(CreateExpression)
  File "<string>", line 0, in ?
  File "C:\Program Files\yab\FatController\FatController.py", line 139, in showdaemons
    outlines=DaemonManager.getprettydaemons()
  File "C:\Program Files\yab\FatController\FC_daemonmanager.py", line 25, in getprettydaemons
    prettydaemons.append('\nDaemon:\t'+daemon+'\n\n\t'+self.daemons[daemon].getschedule().todatestring())
  File "C:\Program Files\yab\FatController\FC_daemonschedule.py", line 43, in todatestring
    return 'START::'+time.ctime(float(self.starttime))+'\t\tEND::'+time.ctime(float(self.endtime))+'\t\tPERIOD::'+str(self.period
ValueError: timestamp out of range for platform time_t

Matthew Warren <matthewwarren>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code