On Mon, 2008-05-19 at 16:46 -0500, Michael Schurter wrote: > Package: bzr-dbus > Version: 0.1~bzr35-4 > Severity: important > > > Just upgraded to bzr 1.5 and bzr-dbus seems to lock up my commits and > pushes. Luckily I can hit ctrl-c to exit and the action will have > completed successfully. > > Here's an example of a push from my ~/.bzr.log: http://pastebin.com/m310f07c6
Hi, Thanks for the bug report. Looking at the traceback it is presumably an infinite loop. I don't have time this minute to investigate unfortunately. If you would like to investigate a little more you can run bzr with "BZR_PDB=1" set in the environment, and then send SIGQUIT (ctrl-\) to force it to drop in to pdb, which would then allow you to step through the code. You don't have to do this, but it may speed up the fix. Thanks, James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

