HomePhabricator

More fixes for blockchain corruption on OSX.
e7bad10c12ceUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

More fixes for blockchain corruption on OSX.

As we'd previously learned, OSX's fsync is a data eating lie.

Since 0.8.4 we're still getting some reports of disk corruption on
OSX but now all of it looks like the block files have gotten out of
sync with the database. It turns out that we were still using fsync()
on the block files, so this isn't surprising.

Details

Provenance
Gregory Maxwell <greg@xiph.org>Authored on Sep 16 2013, 03:14
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING2975db76b3c6: Merge pull request #2996 from theuni/qt-translation
Branches
Unknown
Tags
Unknown

Event Timeline

Gregory Maxwell <greg@xiph.org> committed rSTAGINGe7bad10c12ce: More fixes for blockchain corruption on OSX. (authored by Gregory Maxwell <greg@xiph.org>).Sep 16 2013, 03:34