Bug 858541
| Summary: | [abrt] cherrytree-0.26.2-1.fc17: ctdb.py:477:get_children_rows_from_father_id:OperationalError: no such table: children | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | aupr | ||||
| Component: | cherrytree | Assignee: | Robin Lee <robinlee.sysu> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | giuspen, robinlee.sysu | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:95fa1140fa7757835483d204486a9e13bda584da | ||||||
| Fixed In Version: | cherrytree-0.28-1.fc17 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-10-23 09:50:03 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 614201 [details]
File: core_backtrace
Tried to open .ct.ctb file that located on reiserfs 3.6 filesystem (not in my home directory) Package: cherrytree-0.26.2-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) Is that reproducible? The bug is weird since I see no reason why the table named "children" in the database should not exist. Please check with 0.27.1 if you still see th ebug and in case describe a procedure to reproduce it. cherrytree-0.27.1-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/FEDORA-2012-15104/cherrytree-0.27.1-1.fc17 cherrytree-0.28-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/cherrytree-0.28-1.fc17 Package cherrytree-0.28-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing cherrytree-0.28-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-15964/cherrytree-0.28-1.fc17 then log in and leave karma (feedback). |
Version-Release number of selected component: cherrytree-0.26.2-1.fc17 Additional info: libreport version: 2.0.13 abrt_version: 2.0.12 cmdline: /usr/bin/python /usr/bin/cherrytree kernel: 3.5.3-1.fc17.x86_64 backtrace: :ctdb.py:477:get_children_rows_from_father_id:OperationalError: no such table: children : :Traceback (most recent call last): : File "/usr/share/cherrytree/modules/core.py", line 1146, in file_open : self.filepath_open(filepath) : File "/usr/share/cherrytree/modules/core.py", line 1151, in filepath_open : self.file_load(filepath) : File "/usr/share/cherrytree/modules/core.py", line 1363, in file_load : self.ctdb_handler.read_db_full(self.db, discard_ids=False) : File "/usr/share/cherrytree/modules/ctdb.py", line 535, in read_db_full : children_rows = self.get_children_rows_from_father_id(db, 0) : File "/usr/share/cherrytree/modules/ctdb.py", line 477, in get_children_rows_from_father_id : children_rows = db.execute('SELECT * FROM children WHERE father_id=? ORDER BY sequence ASC', (father_id,)).fetchall() :OperationalError: no such table: children : :Local variables in innermost frame: :self: <ctdb.CTDBHandler instance at 0x1d320e0> :father_id: 0 :db: <sqlite3.Connection object at 0x1dc5030>