Opened 3 years ago
Closed 3 years ago
#458 closed defect (fixed)
With inotify, not all changes are detected
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 4.4.6 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
If many changes occur (almost) simultaneously, some of them get dropped (reported by Thorsten).
On investigation, the problem seems to be read errors on the inotify file descriptor, which might be caused by an unaligned read buffer.
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [568].