Firefox now holds a lock for places.db during the whole time it is open
Since the last couple of days, I see that Firefox holds a lock for places.db for the whole time while Firefox is open. The problem manifests itself when I use alfred work… (čítať viac)
Since the last couple of days, I see that Firefox holds a lock for places.db for the whole time while Firefox is open. The problem manifests itself when I use alfred workflow to do a search for a firefox bookmark by a keyword. I see that the workflow written in Python crashes with
`sqlite3.OperationalError: database is locked`
When I close Firefox, the script is working fine. When I open it again - the script is not operational again. Tried safe mode - the same result.
This was working fine for years and the symptom points that it was changed recently and now Firefox holds a lock during the whole time it is open. I guess previously the database lock was acquired per bookmark write transaction.
FF 63.0 macOS
Is it a known issue? Why was this change made?
Thanks!