Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 857032 Details for
Bug 1059197
[abrt] gpodder: dbsqlite.py:250:_remove_orphaned_episodes:OperationalError: database is locked
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 1.85 KB, created by
mastaiza
on 2014-01-29 12:16:51 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
mastaiza
Created:
2014-01-29 12:16:51 UTC
Size:
1.85 KB
patch
obsolete
>dbsqlite.py:250:_remove_orphaned_episodes:OperationalError: database is locked > >Traceback (most recent call last): > File "/usr/bin/gpodder", line 218, in <module> > gui.main(options) > File "/usr/lib/python2.7/site-packages/gpodder/gui.py", line 4253, in main > gp = gPodder(bus_name, config) > File "/usr/lib/python2.7/site-packages/gpodder/gui.py", line 179, in __init__ > BuilderWidget.__init__(self, None) > File "/usr/lib/python2.7/site-packages/gpodder/gtkui/interface/common.py", line 56, in __init__ > GtkBuilderWidget.__init__(self, gpodder.ui_folders, gpodder.textdomain, **kwargs) > File "/usr/lib/python2.7/site-packages/gpodder/gtkui/base.py", line 70, in __init__ > self.new() > File "/usr/lib/python2.7/site-packages/gpodder/gui.py", line 468, in new > self.channels = PodcastChannel.load_from_db(self.db, self.config.download_dir) > File "/usr/lib/python2.7/site-packages/gpodder/model.py", line 129, in load_from_db > return db.load_channels(factory=cls.build_factory(download_dir)) > File "/usr/lib/python2.7/site-packages/gpodder/dbsqlite.py", line 343, in load_channels > cur = self.cursor(lock=True) > File "/usr/lib/python2.7/site-packages/gpodder/dbsqlite.py", line 199, in cursor > return self.db.cursor() > File "/usr/lib/python2.7/site-packages/gpodder/dbsqlite.py", line 193, in db > self.__check_schema() > File "/usr/lib/python2.7/site-packages/gpodder/dbsqlite.py", line 271, in __check_schema > self._remove_orphaned_episodes() > File "/usr/lib/python2.7/site-packages/gpodder/dbsqlite.py", line 250, in _remove_orphaned_episodes > cur.execute(sql % (self.TABLE_EPISODES, self.TABLE_CHANNELS,)) >OperationalError: database is locked > >Local variables in innermost frame: >self: <gpodder.dbsqlite.Database object at 0x2ca4f50> >cur: <sqlite3.Cursor object at 0x2c7fd50> >sql: 'DELETE FROM %s WHERE channel_id NOT IN (SELECT DISTINCT id FROM %s)'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1059197
: 857032 |
857033