« Previous | Next » 

Revision 95ee8abb

ID95ee8abb01ffdee88f892e6ddc1e23427082e6d6
Child 81869422

Added by Michele Tartara about 10 years ago

Fix integer overflow problem in hbal

waitForJobs in src/Ganeti/Jobs.hs has an integer overflow that (at least on
amd64) causes it to break after waiting for ~10 minutes. This results in hbal
sleeping forever (when compiled with squeeze's ghc 6.12.1) or crashing (when
compiled with precise's ghc 7.4.1) whenever it has to wait ~10 minutes for a
jobset to complete.

Thanks to for finding the bug and suggesting the fix.

Fixes Issue 717.

Signed-off-by: Michele Tartara <>
Reviewed-by: Klaus Aehlig <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences