Bug 217598
Summary: | setitimer works incorrectly | ||
---|---|---|---|
Product: | Linux | Reporter: | Vladimir Mezentsev (vladimir.mezentsev) |
Component: | Kernel | Assignee: | Virtual assignee for kernel bugs (linux-kernel) |
Status: | NEW --- | ||
Severity: | normal | CC: | swaminathanalok, velurimithun38 |
Priority: | P3 | Flags: | mricon:
bugbot+
|
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | POSIX CLOCKS and TIMERS | |
Regression: | No | Bisected commit-id: |
Description
Vladimir Mezentsev
2023-06-26 22:01:26 UTC
I believe this issue stems from the fact that on your system the tick interval is 0.004 seconds (4000 microseconds), so setitimer will not be able to accurately work with intervals under that number. |