Activity log for bug #453768

Date Who What changed Old value New value Message
2009-10-17 08:34:53 Mark Grandi bug added bug
2009-10-17 08:34:53 Mark Grandi attachment added revelant parts from bzr.log http://launchpadlibrarian.net/33821219/bzr.log
2009-10-17 08:35:20 Mark Grandi attachment added The console output when bzr crashes. http://launchpadlibrarian.net/33821230/bzr%20console%20output.log
2009-10-17 08:35:38 Mark Grandi attachment added bzr --version http://launchpadlibrarian.net/33821233/bzr_version.log
2010-02-17 07:58:13 Martin Pool bzr: status New Incomplete
2010-02-17 07:58:37 Martin Pool description I was using bzr locally, now i uploaded the folder to my ftp server, and unbound my branch (that i keep on my usb key and commit to the main one) and rebound it to my ftp folder, but when i try to run "bzr commit -m "blah" " it crashes. Attached is the console output, bzr --version and ~/.bzr.log I was using bzr locally, now i uploaded the folder to my ftp server, and unbound my branch (that i keep on my usb key and commit to the main one) and rebound it to my ftp folder, but when i try to run "bzr commit -m "blah" " it crashes. Attached is the console output, bzr --version and ~/.bzr.log 5.677 Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 842, in exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 1037, in run_bzr ret = run(*run_argv) File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 654, in run_argv_aliases return self.run(**all_cmd_args) File "/usr/lib/python2.6/site-packages/bzrlib/builtins.py", line 3051, in run exclude=safe_relpath_files(tree, exclude)) File "/usr/lib/python2.6/site-packages/bzrlib/decorators.py", line 192, in write_locked result = unbound(self, *args, **kwargs) File "/usr/lib/python2.6/site-packages/bzrlib/workingtree_4.py", line 197, in commit result = WorkingTree3.commit(self, message, revprops, *args, **kwargs) File "/usr/lib/python2.6/site-packages/bzrlib/decorators.py", line 192, in write_locked result = unbound(self, *args, **kwargs) File "/usr/lib/python2.6/site-packages/bzrlib/mutabletree.py", line 194, in commit possible_master_transports) File "/usr/lib/python2.6/site-packages/bzrlib/branch.py", line 245, in _get_nick return master.nick File "/usr/lib/python2.6/site-packages/bzrlib/branch.py", line 242, in _get_nick master = self.get_master_branch(possible_transports) File "/usr/lib/python2.6/site-packages/bzrlib/decorators.py", line 136, in read_locked self.lock_read() File "/usr/lib/python2.6/site-packages/bzrlib/branch.py", line 2152, in lock_read self.repository.lock_read() File "/usr/lib/python2.6/site-packages/bzrlib/repofmt/pack_repo.py", line 2317, in lock_read self._refresh_data() File "/usr/lib/python2.6/site-packages/bzrlib/repofmt/pack_repo.py", line 2256, in _refresh_data self._pack_collection.reload_pack_names() File "/usr/lib/python2.6/site-packages/bzrlib/repofmt/pack_repo.py", line 1980, in reload_pack_names first_read = self.ensure_loaded() File "/usr/lib/python2.6/site-packages/bzrlib/repofmt/pack_repo.py", line 1648, in ensure_loaded for index, key, value in self._iter_disk_pack_index(): File "/usr/lib/python2.6/site-packages/bzrlib/btree_index.py", line 935, in iter_all_entries if not self.key_count(): File "/usr/lib/python2.6/site-packages/bzrlib/btree_index.py", line 1383, in key_count self._get_root_node() File "/usr/lib/python2.6/site-packages/bzrlib/btree_index.py", line 879, in _get_root_node self._get_internal_nodes([0]) File "/usr/lib/python2.6/site-packages/bzrlib/btree_index.py", line 904, in _get_internal_nodes return self._get_nodes(self._internal_node_cache, node_indexes) File "/usr/lib/python2.6/site-packages/bzrlib/btree_index.py", line 896, in _get_nodes found.update(self._get_and_cache_nodes(needed)) File "/usr/lib/python2.6/site-packages/bzrlib/btree_index.py", line 686, in _get_and_cache_nodes for node_pos, node in self._read_nodes(sorted(nodes)): File "/usr/lib/python2.6/site-packages/bzrlib/btree_index.py", line 1500, in _read_nodes bytes = zlib.decompress(data) error: Error -5 while decompressing data
2010-02-17 22:39:41 Martin Pool summary bzr: ERROR: zlib.error: Error -5 while decompressing data Give a clean message and hint for zlib errors
2010-02-17 22:39:57 Martin Pool bzr: importance Undecided Wishlist
2010-02-17 22:39:57 Martin Pool bzr: status Incomplete Confirmed
2010-02-17 22:47:28 Martin Pool summary Give a clean message and hint for zlib errors Give a clean message and hint for zlib.error
2010-02-17 22:47:31 Martin Pool tags traceback
2017-11-09 00:45:54 Jelmer Vernooij tags traceback check-for-breezy traceback