Comment 7 for bug 1273196

Revision history for this message
George Ormond Lorch III (gl-az) wrote :

OK, a few things...
- First, the xbstream looping after failure is due to the MY_FULL_IO
- Second, the xbcrypt failures are due to NOT using either MY_FULL_IO or manually retrying reads when less than the full expected amount has been read. A simple fix to loop and retry and watch for 0 bytes read (to prevent failure looping like xbstream) until the ful expected amount has been read seems to fix. I'll post up a branch here shortly for you to do a source build of and try out.