Comment 10 for bug 495023

Revision history for this message
Martin Pool (mbp) wrote : Re: Interrupting commit to smart server sometimes removes files

That message

> Exception exceptions.KeyboardInterrupt in 'bzrlib._dirstate_helpers_pyx.ProcessEntryC._update_current_block' ignored

seems to indicate something is calling PyErr_WriteUnraisable, and there are not so many callers of that. If someone can reproduce this problem under a C debugger with an exception set there it may be obvious. Grepping for its callers I can't see one that seems likely to raise this message.