bzrlib.errors.ShortReadvError on commit
Bug #622903 reported by
Chadarius
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Incomplete
|
Medium
|
Unassigned |
Bug Description
I get a ShortReadvError when I try to commit. I'm not sure exactly what is wrong yet, but I figured I would at least get a bug submitted.
The full error is :
bzr: ERROR: bzrlib.
Just for fun I tried running the commit with sudo to see if having root access would make a difference. It did not.
To post a comment you must log in.
I found the following discussion http:// web.archiveoran ge.com/ archive/ v/mvjb4uGsyRmfC HjnSdvG and used the script suggested to fix the issue. Well at least get me to a point where I can run bzr reconcile. Now I just get an out of memory error when I run reconcile. :)
#!/usr/bin/python
from bzrlib import repository, btree_index, transport
t = transport. get_transport( '/home/ repo/win7/ .bzr/repository ') BTreeGraphIndex (t, 'pack-names', None) iter_all_ entries( )
pn_index = btree_index.
nodes = pn_index.
new_index = btree_index. BTreeBuilder( 0, 1)
for _, key, value in nodes: e99eb362eb4b5fd b2d1',) : add_node( key, value)
if key == ('bade61d9c4160
continue
new_index.
new_index_content = new_index.finish() 'pack-names' , new_index_content)
t.put_file(