← Back to team overview

launchpad-dev team mailing list archive

Re: Make build failures make me sad

 

On 10 January 2011 06:07, Julian Edwards <julian.edwards@xxxxxxxxxxxxx> wrote:
> On Monday 10 January 2011 10:57:05 Julian Edwards wrote:
>> I am getting the same error :(
>>
>> Also see my other email about the LibrarianLayer, it all looks related.
>>
>> I'm off to do some strace-ing ...
>
> Something in the new keyring module is installing a SIGCHLD handler, I think
> it's something in the PyQt4 module which is used by keyring.
>
> We've got no way of changing that, so we're going to have to fix all of our
> code that makes subprocesses to handle EINTR.

The big very ugly hammer would be to just deregister the handler again
after it gets loaded.

But if this broke only in the last few days maybe you can narrow it
down.  Try the bzr bisect plugin?

-- 
Martin



References