In <user-e9af50b270c9@xymon.invalid> Alan Sparks <user-8f2174fd8b66@xymon.invalid> writes:
This turns out to be a bug in Hobbit on x86_64. Problem appears to be
that a time value read from the acknowledge.log by bbgen is read into a
shorter integer than is allocated as a time_t value (and that allocation
is not initialized)... so sometimes random bits are included, and skew
the time way into the future.
I solved the problem with the following patch:
Thanks, bug reports that include patches are the best kind! Patch
applied.
Regards,
Henrik