Time going backwards with clock_gettime(CLOCK_MONOTONIC, ...)

Mr. Andrei Chichak groups at chichak.ca
Thu Nov 13 02:04:23 UTC 2014


> On 2014-November-12, at 17:54, Nick Withers <nick.withers at anu.edu.au> wrote:
> Thanks for your help, any suggestions appreciated as I'm really going to
> want to fix this…

My gut reaction would be to look for a calculation that is either overflowing or has an intermediate value that is being converted to a signed int (like when a 64 bit unsigned is expected).

Just a thought.
A 



More information about the users mailing list