LockContention: Could not acquire lock "[Errno 11] Resource temporarily unavailable"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Yesterday I saw this same kind of problem in two different machines. The only thing they had in common was that they are AMD64 based. One of them is running SLES10 (unpatched, I think). Here's what the log has to say:
0.055 encoding stdout as sys.stdout encoding 'UTF-8'
0.056 bzr arguments: [u'commit']
0.056 looking for plugins in /home/ccanon/
0.056 looking for plugins in /usr/local/
0.056 Plugin name __init__ already loaded
0.056 Plugin name __init__ already loaded
0.067 encoding stdout as sys.stdout encoding 'UTF-8'
0.102 opening working tree '/home/
0.108 preparing to commit
[18517] 2008-07-18 16:29:02.692 INFO: Committing to: /home/ccanon/
0.334 Selecting files for commit with filter None
[18517] 2008-07-18 16:29:02.906 INFO: modified web/pactualizam.php
1.281 check paths: None
0.055 encoding stdout as sys.stdout encoding 'UTF-8'
0.056 bzr arguments: [u'commit']
0.056 looking for plugins in /home/ccanon/
0.056 looking for plugins in /usr/local/
0.056 Plugin name __init__ already loaded
0.056 Plugin name __init__ already loaded
0.067 encoding stdout as sys.stdout encoding 'UTF-8'
0.102 opening working tree '/home/
[18551] 2008-07-18 16:29:36.057 INFO: Unable to obtain lock file://
held by ccanon@server on host server [process #18517]
locked 34 seconds ago
Will continue to try until 16:34:36
0.057 encoding stdout as sys.stdout encoding 'UTF-8'
0.058 bzr arguments: [u'status']
0.058 looking for plugins in /home/ccanon/
0.058 looking for plugins in /usr/local/
0.058 Plugin name __init__ already loaded
0.058 Plugin name __init__ already loaded
0.070 encoding stdout as sys.stdout encoding 'UTF-8'
0.106 opening working tree '/home/
0.129 Traceback (most recent call last):
File "/usr/local/
return run_bzr(argv)
File "/usr/local/
ret = run(*run_argv)
File "/usr/local/
return self.run(
File "/usr/local/
result = func(*args, **kwargs)
File "/usr/local/
show_
File "/usr/local/
wt.lock_read()
File "/usr/local/
state.
File "/usr/local/
self.
File "/usr/local/
raise errors.
LockContention: Could not acquire lock "[Errno 11] Resource temporarily unavailable"
The other machine was an openSuSE 10.2 (unpatched as well, I think). I'll get the logs from that box on monday.
The problem occurred randomly, I think.
Changed in bzr: | |
status: | Incomplete → Confirmed |
tags: | added: lockdir |
tags: | added: check-for-breezy |
Please provide some steps to recreate the problem, by example commands....