When could fopen("/full/path/to/file.ext", "rb"). The file is on system partition, yet sometimes fopen still returns 0. Why would it ever fail? Some async read-preventing locks by itself or external app, like antivirus scanner? How to find what app locked the file? These crashes are really annoying and make me paranoid.
Name:
Anonymous2018-11-05 19:41
Race condition with file access. Antivirus sounds plausible, maybe a memory rewrite because of page fault.