Ticket #47 (closed defect: fixed)
Infinite lock wait loop when working copy does not exist
| Reported by: | blee | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | critical | Milestone: | confman-1.9.2 |
| Component: | confman | Version: | 1.9 |
| Keywords: | Cc: |
Description
Change History
comment:2 Changed 2 years ago by ccowart
Looks like I corrected this issue in conflock in revision 401, possibly
without realizing it addressed this ticket.
conflock now has sanity checking to ensure that the lockfile's parent
directory indeed exists.
Leaving open so this fix can be merged into the 1.9 branch.
Note: See
TracTickets for help on using
tickets.

blee@… ~ $ confman commit
confman[34533]: blee: cat: /home/blee/src/conf/confman.lock: No such file or directory
confman[34533]: blee: waiting for lock on /home/blee/src/conf/confman.lock...
confman[34533]: blee: cat: /home/blee/src/conf/confman.lock: No such file or directory
confman[34533]: blee: waiting for lock on /home/blee/src/conf/confman.lock...
[...]
CPlease wait until I finish cleaning up after you.