Bug 2294771
| Summary: | [abrt] solaar: update(): config_panel.py:757:update:AssertionError | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thomas Citharel <bugzilla-redhat> | ||||||||||||||||
| Component: | solaar | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 40 | CC: | bugzilla-redhat, dominik, j, spacewar | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/7af44ced594af10bf71dd18cda1aab50490c397 | ||||||||||||||||||
| Whiteboard: | abrt_hash:26c40ce46e28cf1f1e8d29611b6fc08a0d1120cb;VARIANT_ID=silverblue; | ||||||||||||||||||
| Fixed In Version: | solaar-1.1.13-1.fc40 solaar-1.1.13-1.fc39 | Doc Type: | --- | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2024-07-25 01:29:05 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 2038513 [details]
File: os_info
Created attachment 2038514 [details]
File: environ
Created attachment 2038515 [details]
File: mountinfo
Created attachment 2038516 [details]
File: open_fds
Created attachment 2038517 [details]
File: namespaces
Created attachment 2038518 [details]
File: backtrace
Created attachment 2038519 [details]
File: cpuinfo
FEDORA-2024-4b5ab596e6 (solaar-1.1.13-1.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-4b5ab596e6 FEDORA-2024-b045d46092 (solaar-1.1.13-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-b045d46092 FEDORA-2024-b045d46092 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-b045d46092` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-b045d46092 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-4b5ab596e6 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4b5ab596e6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4b5ab596e6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-b045d46092 (solaar-1.1.13-1.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-4b5ab596e6 (solaar-1.1.13-1.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Going back from suspend mode Version-Release number of selected component: solaar-1.1.11-1.fc40 Additional info: reporter: libreport-2.17.15 kernel: 6.9.5-200.fc40.x86_64 cmdline: /usr/bin/python3 -sP /usr/bin/solaar --window=hide cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-gnome-solaar-2828.scope uid: 1000 reason: config_panel.py:757:update:AssertionError executable: /usr/bin/solaar type: Python3 package: solaar-1.1.11-1.fc40 runlevel: N 5 exception_type: AssertionError crash_function: update interpreter: python3-3.12.3-2.fc40.x86_64 comment: Going back from suspend mode Truncated backtrace: config_panel.py:757:update:AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/solaar/ui/window.py", line 391, in _device_selected _update_info_panel(device, full=True) File "/usr/lib/python3.12/site-packages/solaar/ui/window.py", line 782, in _update_info_panel _update_device_panel(device, _info._device, _info._buttons, full) File "/usr/lib/python3.12/site-packages/solaar/ui/window.py", line 753, in _update_device_panel _config_panel.update(device, is_online) File "/usr/lib/python3.12/site-packages/solaar/ui/config_panel.py", line 757, in update assert device ^^^^^^ AssertionError Local variables in innermost frame: device: <Device(1,B367,MX Mechanical Mini,DBD184A6)> is_online: True