Sorry, This is probibly not the right place to post this but i cannot find anywhere more suitable.
I have encountered a weird issue where after building a binary several times directly using clang it fails to update the run binary. A system reboot is needed for the binary that was actualy newly built to run, otherwise on OLD version runs everytime.
Like I said its a wierd hard to explain issue.
I get the feeling that its related to the caching of files in memory. Something like
1. File Write
˅
2. memory version of file
˅
3. File system
where after some time step 2 will be skipped for some unknown reason.
Only solution i Have found is to reboot.
Has anybody else experienced anything like this?
VLPokey
Issue was caused by a failing HDD. After installing to and booting from a different HDD the problem has disspeared.
Its a little unsettling that no errors were presented in any way that hinted towards the failing HDD, due to that I suspect that a bug still exists.
As the original problem itself has been resolved i'm marking this as solved/correct.
Phillip.