Fossil

View Ticket
Login
2015-04-05
18:30 Closed ticket [b6eea9446d]: database is locked error for 'fossil all' commands that need to modify the config database plus 4 other changes artifact: 809c35ad4c user: mistachkin
2015-04-03
20:18 Ticket [b6eea9446d]: 4 changes artifact: 0e5e9aaae8 user: mistachkin
2013-10-11
08:09 Ticket [b6eea9446d]: 3 changes artifact: 59b9195cc1 user: mistachkin
2013-10-07
22:03 Review ticket [b6eea9446d]. artifact: f0b55e3165 user: mistachkin
21:36
Fix array indexing issue in db_all_column_text_and_int64() and refactor all_cmd() in an attempt to avoid bug [b6eea9446d]. check-in: cb8f7eb88a user: mistachkin tags: tkt-b6eea9446d
20:24
Initial groundwork for fixing bug [b6eea9446d]. check-in: d5407ff954 user: mistachkin tags: tkt-b6eea9446d
2013-09-27
11:11 New ticket [b6eea9446d] database is locked error for 'fossil all' commands that need to modify the config database. artifact: e22495961b user: mistachkin

Ticket Hash: b6eea9446d61d7315a5cec16c3c48fbd7a55e262
Title: database is locked error for 'fossil all' commands that need to modify the config database
Status: Closed Type: Code_Defect
Severity: Important Priority: Medium
Subsystem: Resolution: Overcome_By_Events
Last Modified: 2015-04-05 18:30:38
11.00 years ago
Created: 2013-09-27 11:11:37
12.52 years ago
Version Found In: 1.32
User Comments:
mistachkin added on 2013-09-27 11:11:37:
When using a 'fossil all' command, such as 'fossil all pull' that ends up needing
to modify a configuration setting (e.g. "always trust this SSL certificate"), it
fails with a "database is locked" error, presumably because the parent Fossil
process is holding a lock on it.

mistachkin added on 2013-10-07 22:03:23:
Candidate fix is now on the tkt-b6eea9446d branch.

mistachkin added on 2013-10-11 08:09:32:

Direct link to changes is:

/vdiff?from=ec81aee9156f43f4&to=tkt-b6eea9446d


mistachkin added on 2015-04-03 20:18:12:

Updated branch with the latest trunk changes.


mistachkin added on 2015-04-05 18:30:38:

This issue was fixed at some point, without requiring the special changes on the ticket branch.