Comment 8 for bug 367545

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

On 13 April 2010 20:15, Olberd <email address hidden> wrote:
> Do you prefer large outputs, such as that below, in a comment or an attachment?

Up to about a hundred lines is fine in a comment, beyond that I would
put it in an attachment.

> I will keep the gdb session running (since it takes a while to get to the error), so feel free to ask me to investigate further.
>
> (gdb) run /usr/bin/bzr branch ~/test.bzr.2/data test2
> Starting program: /usr/bin/python /usr/bin/bzr branch ~/test.bzr.2/data test2
> [Thread debugging using libthread_db enabled]
> - Fetching revisions:Get stream source
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff2306de8 in create_delta_index ()
>   from /usr/lib/python2.6/dist-packages/bzrlib/_groupcompress_pyx.so
> (gdb) bt
> #0  0x00007ffff2306de8 in create_delta_index ()
>   from /usr/lib/python2.6/dist-packages/bzrlib/_groupcompress_pyx.so

OK, I think that makes it fairly clear. You could also run the
command 'disassemble' here.

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