Comment 1 for bug 118569

Revision history for this message
John A Meinel (jameinel) wrote :

What machine is the server running on (OS, etc)?

What it actually seems to be happening is the bzr public client gets an exception and is shutting down, and then tries to flush stdout (but it seems to already be closed). So it is hiding the real exception.

Thanks for the bug report. Is it possible for you to reliably reproduce it? (like by doing bzr init/add/commit; chmod -R; bzr push bzr+ssh://localhost/...) ?

Having a simple script to reproduce the bug makes it much easier to fix.