Activity log for bug #672389

Date Who What changed Old value New value Message
2010-11-08 04:41:49 Eric S. Raymond bug added bug
2010-11-08 04:41:49 Eric S. Raymond attachment added dump file that tickles the bug https://bugs.launchpad.net/bugs/672389/+attachment/1726505/+files/BAR
2010-11-08 05:24:08 Andrew Bennetts description The attached dump was produced by bzr fast-export --plain. Feeeding it back to bzr-fast-import reliably crashes bzr, The attached dump was produced by bzr fast-export --plain. Feeeding it back to bzr-fast-import reliably crashes bzr, $ bzr fast-import BAR bzr: ERROR: exceptions.TypeError: 'list' object is not callable Traceback (most recent call last): File "/home/andrew/code/bzr/bzrlib/commands.py", line 923, in exception_to_return_code return the_callable(*args, **kwargs) File "/home/andrew/code/bzr/bzrlib/commands.py", line 1123, in run_bzr ret = run(*run_argv) File "/home/andrew/code/bzr/bzrlib/commands.py", line 691, in run_argv_aliases return self.run(**all_cmd_args) File "/home/andrew/code/bzr/bzrlib/commands.py", line 710, in run return self._operation.run_simple(*args, **kwargs) File "/home/andrew/code/bzr/bzrlib/cleanup.py", line 135, in run_simple self.cleanups, self.func, *args, **kwargs) File "/home/andrew/code/bzr/bzrlib/cleanup.py", line 165, in _do_with_cleanups result = func(*args, **kwargs) File "/home/andrew/code/bzr-fastimport/trunk/__init__.py", line 377, in run info = self._generate_info(source) File "/home/andrew/code/bzr-fastimport/trunk/__init__.py", line 405, in _generate_info return_code = proc.process(p.iter_commands) File "/home/andrew/code/python-fastimport/trunk/fastimport/processor.py", line 65, in process self._process(command_iter) File "/home/andrew/code/python-fastimport/trunk/fastimport/processor.py", line 76, in _process handler(self, cmd) File "/home/andrew/code/python-fastimport/trunk/fastimport/processors/info_processor.py", line 195, in commit_handler for fc in cmd.file_iter(): TypeError: 'list' object is not callable
2010-11-08 05:24:26 Andrew Bennetts affects bzr bzr-fastimport
2010-11-08 05:24:26 Andrew Bennetts bzr-fastimport: importance Undecided High
2010-11-08 05:24:26 Andrew Bennetts bzr-fastimport: status New Confirmed
2010-11-08 07:51:22 Jelmer Vernooij bzr-fastimport: status Confirmed Invalid
2010-11-08 07:51:22 Jelmer Vernooij bug task added python-fastimport
2010-11-08 10:00:51 Launchpad Janitor branch linked lp:python-fastimport
2010-11-08 10:01:56 Jelmer Vernooij python-fastimport: importance Undecided High
2010-11-08 10:01:59 Jelmer Vernooij python-fastimport: assignee Jelmer Vernooij (jelmer)
2011-01-28 13:42:30 Jelmer Vernooij tags verified
2011-01-31 00:43:23 Jelmer Vernooij python-fastimport: status Fix Committed Fix Released