Comment 1 for bug 294743

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 294743] [NEW] ShortReadvError when trying to commit in 1.9rc1

> bzr: ERROR: bzrlib.errors.ShortReadvError: readv() read 0 bytes rather than 42 bytes at 0 for "1g02k4ftdeerb86s6j8b.pack"

This is the crux of of it: you have a pack file which is 0 bytes long.
This particular pack file is the one being written during the commit.

Clearly the content hasn't been flushed at all, its surprising that it
is trying to read from the being-written content.

Is this repeatable?

-Rob