https://bugs.kde.org/show_bug.cgi?id=417070
--- Comment #8 from Hakan Bayindir <ha...@bayindir.org> ---
I've also tried to access the DB with SQLite browser but, it's not possible as
you've said.

Maybe we can raise the issue with Mozilla, so they can release the locking
pressure on the .sqlite files.

It looks like Firefox is obtaining an exclusive lock and not giving it away
until the end. Can this be also a bug on their end, since the SQLite locking
document [0] tells that SQLite actively trying to avoid exclusive locking on
its databases?

>From the document:

> In order to maximize concurrency, SQLite works to minimize the amount of time 
> that EXCLUSIVE locks are held.

[0]: https://www.sqlite.org/lockingv3.html

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to