Skip to content
Prev 53832 / 63421 Next

[New Patch] Fix disk corruption when writing

I have now committed changes to R-devel (rev 72898) that seem to catch 
large and small errors.  They only give a warning if the error happens 
when the connection is closed, because that can happen asynchronously: 
I didn't want to mess up some later unrelated computation that triggered 
garbage collection.

I will wait a while before porting these to R-patched, because there may 
still be some problems to clean up.

Duncan Murdoch
On 07/07/2017 11:42 AM, Duncan Murdoch wrote: