Can not obtain lock held by itself
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
Bazaar waits for a lock held by itself ?!
This does not seem to be the same behaviour as 814408 or 809041, since those seem to be waiting for other processes.
I did not have any other bzr process active.
samuel@silver:$ bzr pull
Using saved parent location: sftp://
Unable to obtain lock file:///xxxxxxx/fta held by Samuel Åslund <email address hidden>
at silver [process #32330], acquired 1 second ago.
Will continue to try until 09:58:44, unless you press Ctrl-C.
See "bzr help break-lock" for more.
^Z
[1]+ Stopped bzr pull
samuel@silver:$ ps
PID TTY TIME CMD
9067 pts/7 00:00:01 bash
32330 pts/7 00:00:00 bzr
32332 pts/7 00:00:00 ssh
32421 pts/7 00:00:00 ps
samuel@silver:$
samuel@silver:$ bzr version
Bazaar (bzr) 2.3.4
Python interpreter: /usr/bin/python 2.7.1
Python standard library: /usr/lib/python2.7
Platform: Linux-2.
bzrlib: /usr/lib/
Bazaar configuration: /home/samuel/
Bazaar log file: /home/samuel/
Copyright 2005-2011 Canonical Ltd.
http://
bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.
Bazaar is part of the GNU Project to produce a free operating system.
samuel@silver:$
It does not seem to be bzr-explorer bug.