Comment 1 for bug 589532

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 589532] [NEW] imports hang from time to time when talking to the mass importer

On Fri, 04 Jun 2010 05:22:18 -0000, Robert Collins <email address hidden> wrote:
> Public bug reported:
>
> Individual import seem to hang.
>
> 1000 29087 0.0 0.0 142920 25104 ? S May21 0:00 | \_ /usr/bin/python /srv/package-import.canonical.com/new/scripts/import_package.py python-unit
> strace -p 29087
> Process 29087 attached - interrupt to quit
> write(2, " fixed=\"getA"..., 20480 <unfinished ...>
> pkg_import@jubany:/srv/package-import.canonical.com/scripts$ lsof | grep 29087.*2w
> import_pa 29087 pkg_import 2w FIFO 0,5 124349124 pipe

Probably a race in the handling of the child dying.

What I'm not sure about is what it is writing there, part of a
traceback?

Thanks,

James