OverflowError while commiting large binary file
Bug #269125 reported by
Pascal Bach
This bug report is a duplicate of:
Bug #109114: [master] bzr holds whole files in memory; raises MemoryError on large files.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Triaged
|
Medium
|
Unassigned |
Bug Description
During my evaluation of different (D)VCS systems I tried to commit a large (549MB) Image (BMP format) into bazaar. But after executing "bzr ci" I got an error telling me: OverflowError: line is longer than a Python string can hold.
The Image was an empty 16000x12000 Image created with Gimp and saved as BMP.
I installed bzr on Mac OS X Leopard using MacPorts.
I attached the corresponding backtrace.
To post a comment you must log in.
This a known limitation. bzr handles binary files as text lines and split them by lines.
It's the first I see bzr failing on a too long lie though.