UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

Database is locked #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The error messages sometimes:
terminate called after throwing an instance of 'newsbeuter::dbexception' 
what():  database is locked
Abort.

Imho the reason is that I'm using awesome window manager and a lua-script
reads newsbeuter's database file in every minutes.
See
http://awesome.naquadah.org/wiki/index.php?title=Uzsolt_newsreader_(newsbeuter%2
C_liferea)_information

Original issue reported on code.google.com by udvzs...@gmail.com on 1 May 2009 at 7:46

GoogleCodeExporter commented 9 years ago
Same error when I try with sqlite3 command the following query:
"SELECT COUNT(*) FROM rss_item WHERE unread=1;"

It's randomly and Imho the sqlite3 locks the database and when I want to go to 
a feed
source in newsbeuter, the above error appers.

Original comment by udvzs...@gmail.com on 15 Jun 2009 at 5:17