libfaketime icon indicating copy to clipboard operation
libfaketime copied to clipboard

INTERCEPT_SYSCALL does not work with multi threaded and FAKETIME_TIMESTAMP_FILE, but it works with FAKETIME

Open RCoeurjoly opened this issue 2 years ago • 1 comments

I will create a minimum example later

RCoeurjoly avatar Jan 03 '24 09:01 RCoeurjoly

Debugging the problem, I see it steams from DONT_FAKE_TIME.

When I call syscall, dont_fake == true, therefore I get a non faked time, which is undesired, given that I have specified the FAKETIME_TIMESTAMP_FILE.

RCoeurjoly avatar Jan 04 '24 15:01 RCoeurjoly