Comment 6 for bug 367545

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 367545] Re: Huge memory usage for bzr branch/checkout

On 12 April 2010 21:39, Olberd <email address hidden> wrote:
> So I finally got my repository upgraded to the new format (see how in
> bug #490770), but I still have problems branching.
>
> test.bzr.2$ bzr info
> Shared repository with trees (format: 2a)
> Location:
>  shared repository: .
> test.bzr.2$ cd ../test.bzr.3
> test.bzr.3$ bzr info
> Shared repository (format: 2a)
> Location:
>  shared repository: .
> test.bzr.3$ bzr branch ~/test.bzr.2/data
> Fetching revisions:Get stream source
> Segmentation fault (core dumped)source
>
> Unfortunately, the core dump is too large to be analyzed according to
> apport.

Please run this command under gdb, ie

gdb /usr/bin/python
run /usr/bin/bzr branch ~/test.bzr.2/data

(adjust paths to taste)

if that aborts then type

bt

and paste the results.

--
Martin <http://launchpad.net/~mbp/>