Activity log for bug #890085

Date Who What changed Old value New value Message
2011-11-14 05:25:15 Martin Pool bug added bug
2011-11-14 05:25:15 Martin Pool attachment added repro https://bugs.launchpad.net/bugs/890085/+attachment/2596200/+files/repro
2011-11-14 05:35:27 Martin Pool description bzr crashes when committing a file nearly twice the size of available memory. NOTE: please only dupe or comment this bug if you're seeing this specific traceback; otherwise please vote for bug 109114 for generic memory issues. Following on from bug 566940, bug 185072, bug 109114. To reproduce: File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 923, in exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1128, in run_bzr ret = run(*run_argv) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 676, in run_argv_aliases return self.run(**all_cmd_args) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 698, in run return self._operation.run_simple(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 135, in run_simple self.cleanups, self.func, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups result = func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 3497, in run lossy=lossy) File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in write_locked result = unbound(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/workingtree_4.py", line 208, in commit result = WorkingTree.commit(self, message, revprops, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in write_locked result = unbound(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 210, in commit *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commit.py", line 289, in commit lossy=lossy) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 131, in run self.cleanups, self.func, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups result = func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commit.py", line 431, in _commit self._update_builder_with_changes() File "/usr/lib/python2.7/dist-packages/bzrlib/commit.py", line 691, in _update_builder_with_changes self.work_tree, self.basis_revid, iter_changes): File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py", line 760, in record_iter_changes file_id, text, heads, nostore_sha) File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py", line 829, in _add_text_to_weave nostore_sha=nostore_sha, random_id=self.random_revid)[0:2] File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 1320, in _add_text nostore_sha=nostore_sha))[0] File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 1857, in _insert_record_stream flush() File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 1721, in flush bytes_len, chunks = self._compressor.flush().to_chunks() File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 336, in to_chunks self._create_z_content() File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 332, in _create_z_content self._create_z_content_from_chunks(chunks) File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 316, in _create_z_content_from_chunks compressed_chunks = map(compressor.compress, chunks) MemoryError bzr crashes when committing a file nearly twice the size of available memory. NOTE: please only dupe or comment this bug if you're seeing this specific traceback; otherwise please vote for bug 109114 for generic memory issues. Following on from bug 566940, bug 185072, bug 109114. To reproduce: 8.145 Traceback (most recent call last): File "bzrlib/commit.py", line 431, in _commit self._update_builder_with_changes() File "bzrlib/commit.py", line 691, in _update_builder_with_changes self.work_tree, self.basis_revid, iter_changes): File "bzrlib/vf_repository.py", line 760, in record_iter_changes file_id, text, heads, nostore_sha) File "bzrlib/vf_repository.py", line 829, in _add_text_to_weave nostore_sha=nostore_sha, random_id=self.random_revid)[0:2] File "bzrlib/groupcompress.py", line 1320, in _add_text nostore_sha=nostore_sha))[0] File "bzrlib/groupcompress.py", line 1857, in _insert_record_stream flush() File "bzrlib/groupcompress.py", line 1721, in flush bytes_len, chunks = self._compressor.flush().to_chunks() File "bzrlib/groupcompress.py", line 336, in to_chunks self._create_z_content() File "bzrlib/groupcompress.py", line 332, in _create_z_content self._create_z_content_from_chunks(chunks) File "bzrlib/groupcompress.py", line 316, in _create_z_content_from_chunks compressed_chunks = map(compressor.compress, chunks) MemoryError
2011-11-14 08:32:00 Martin Pool branch linked lp:~mbp/bzr/890085-memory
2013-01-28 00:24:55 Martin Pool bzr: assignee Martin Pool (mbp)
2019-03-04 03:49:45 Jelmer Vernooij bug task added brz
2019-03-04 03:49:53 Jelmer Vernooij brz: status New Triaged
2019-03-04 03:49:58 Jelmer Vernooij brz: importance Undecided Medium