Bug 621357
| Summary: | [abrt] crash in Miro-3.0.2-1.fc12: itemlist.py:442:update_items:KeyError: 57 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | william brownell <monkeykeykey3> | ||||
| Component: | Miro | Assignee: | Alex Lancaster <alex> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | alex, michel, will.guaraldi | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:a78fe59b | ||||||
| Fixed In Version: | Miro-3.0.3-1.fc13 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-09-15 05:38:35 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 436655 [details]
File: backtrace
Miro-3.0.3-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/Miro-3.0.3-1.fc14 Miro-3.0.3-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/Miro-3.0.3-1.fc13 Miro-3.0.3-1.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/Miro-3.0.3-1.fc12 Miro-3.0.3-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update Miro'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/Miro-3.0.3-1.fc13 Miro-3.0.3-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. Miro-3.0.3-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
abrt 1.1.1 detected a crash. architecture: i686 cmdline: /usr/bin/python /usr/bin/miro.real component: Miro executable: /usr/bin/miro.real kernel: 2.6.31.5-127.fc12.i686.PAE package: Miro-3.0.2-1.fc12 reason: itemlist.py:442:update_items:KeyError: 57 release: Fedora release 12 (Constantine) backtrace ----- itemlist.py:442:update_items:KeyError: 57 Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/miro/frontends/widgets/gtk/threads.py", line 39, in wrap_idle_func func(*args, **kwargs) File "/usr/lib/python2.6/site-packages/miro/frontends/widgets/application.py", line 1101, in handle_items_changed app.info_updater.handle_items_changed(message) File "/usr/lib/python2.6/site-packages/miro/frontends/widgets/application.py", line 943, in handle_items_changed callback(message) File "/usr/lib/python2.6/site-packages/miro/frontends/widgets/itemlistcontroller.py", line 343, in handle_items_changed self.item_list_group.update_items(message.changed) File "/usr/lib/python2.6/site-packages/miro/frontends/widgets/itemlist.py", line 285, in update_items sublist.update_items(changed_items, already_sorted=True) File "/usr/lib/python2.6/site-packages/miro/frontends/widgets/itemlist.py", line 442, in update_items del self._hidden_items[info.id] KeyError: 57 Local variables in innermost frame: info: <miro.messages.ItemInfo object at 0xaa1c19ec> changed_items: [<miro.messages.ItemInfo object at 0xaa1c19ec>] already_sorted: True should_show: True to_add: [<miro.messages.ItemInfo object at 0xaa1c19ec>] self: <miro.frontends.widgets.itemlist.DownloadedItemList object at 0xa6be14c>