| Summary: | [abrt] gpodder-2.14-1.fc15: dbsqlite.py:645:create_table:OperationalError: database is locked | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | entransic <entransic> |
| Component: | gpodder | Assignee: | Jef Spaleta <jspaleta> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | jspaleta, vpvainio |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:ff222d6539fcc3262137020f4b05bc01c73b0d4f | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |
abrt version: 2.0.1 architecture: i686 cmdline: component: gpodder executable: /usr/bin/gpodder kernel: 2.6.38.6-26.rc1.fc15.i686 os_release: Fedora release 15 (Lovelock) package: gpodder-2.14-1.fc15 reason: dbsqlite.py:645:create_table:OperationalError: database is locked time: Thu May 26 19:30:56 2011 uid: 500 username: qoquaq backtrace: :dbsqlite.py:645:create_table:OperationalError: database is locked : :Traceback (most recent call last): : File "/usr/bin/gpodder", line 215, in <module> : gui.main(options) : File "/usr/lib/python2.7/site-packages/gpodder/gui.py", line 4241, 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 130, 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 266, in __check_schema : self.upgrade_table(self.TABLE_CHANNELS, self.SCHEMA_CHANNELS, self.INDEX_CHANNELS) : File "/usr/lib/python2.7/site-packages/gpodder/dbsqlite.py", line 681, in upgrade_table : self.create_table(cur, table_name, fields) : File "/usr/lib/python2.7/site-packages/gpodder/dbsqlite.py", line 645, in create_table : cur.execute(sql) :OperationalError: database is locked : :Local variables in innermost frame: :cur: <sqlite3.Cursor object at 0xa6187a0> :default: '1' :fields: (('id', 'INTEGER PRIMARY KEY', True, '-1'), ('url', 'TEXT', True, "''"), ('title', 'TEXT', True, "''"), ('override_title', 'TEXT', True, "''"), ('link', 'TEXT', True, "''"), ('description', 'TEXT', False, None), ('image', 'TEXT', False, None), ('pubDate', 'INTEGER', True, '0'), ('sync_to_devices', 'INTEGER', True, '1'), ('device_playlist_name', 'TEXT', True, "'gPodder'"), ('username', 'TEXT', True, "''"), ('password', 'TEXT', True, "''"), ('last_modified', 'TEXT', False, None), ('etag', 'TEXT', False, None), ('channel_is_locked', 'INTEGER', True, '0'), ('foldername', 'TEXT', True, "''"), ('auto_foldername', 'INTEGER', True, '1'), ('release_expected', 'INTEGER', True, '0'), ('release_deviation', 'INTEGER', True, '0'), ('updated_timestamp', 'INTEGER', True, '0'), ('feed_update_enabled', 'INTEGER', True, '1')) :self: <gpodder.dbsqlite.Database object at 0xa625aec> :required: True :column: 'feed_update_enabled' :table_name: 'channels' :sql: "CREATE TABLE channels (\n id INTEGER PRIMARY KEY NOT NULL DEFAULT -1,\n url TEXT NOT NULL DEFAULT '',\n title TEXT NOT NULL DEFAULT '',\n override_title TEXT NOT NULL DEFAULT '',\n link TEXT NOT NULL DEFAULT '',\n description TEXT,\n image TEXT,\n pubDate INTEGER NOT NULL DEFAULT 0,\n sync_to_devices INTEGER NOT NULL DEFAULT 1,\n device_playlist_name TEXT NOT NULL DEFAULT 'gPodder',\n username TEXT NOT NULL DEFAULT '',\n password TEXT NOT NULL DEFAULT '',\n last_modified TEXT,\n etag TEXT,\n channel_is_locked INTEGER NOT NULL DEFAULT 0,\n foldername TEXT NOT NULL DEFAULT '',\n auto_foldername INTEGER NOT NULL DEFAULT 1,\n release_expected INTEGER NOT NULL DEFAULT 0,\n release_deviation INTEGER NOT NULL DEFAULT 0,\n updated_timestamp INTEGER NOT NULL DEFAULT 0,\n feed_update_enabled INTEGER NOT NULL DEFAULT 1)" :typ: 'INTEGER' :columns: "\n id INTEGER PRIMARY KEY NOT NULL DEFAULT -1,\n url TEXT NOT NULL DEFAULT '',\n title TEXT NOT NULL DEFAULT '',\n override_title TEXT NOT NULL DEFAULT '',\n link TEXT NOT NULL DEFAULT '',\n description TEXT,\n image TEXT,\n pubDate INTEGER NOT NULL DEFAULT 0,\n sync_to_devices INTEGER NOT NULL DEFAULT 1,\n device_playlist_name TEXT NOT NULL DEFAULT 'gPodder',\n username TEXT NOT NULL DEFAULT '',\n password TEXT NOT NULL DEFAULT '',\n last_modified TEXT,\n etag TEXT,\n channel_is_locked INTEGER NOT NULL DEFAULT 0,\n foldername TEXT NOT NULL DEFAULT '',\n auto_foldername INTEGER NOT NULL DEFAULT 1,\n release_expected INTEGER NOT NULL DEFAULT 0,\n release_deviation INTEGER NOT NULL DEFAULT 0,\n updated_timestamp INTEGER NOT NULL DEFAULT 0,\n feed_update_enabled INTEGER NOT NULL DEFAULT 1" comment: :1) open terminal :2) gpodder -s http://leoville.tv/podcasts/ces.xml