Bug 1912111
| Summary: | [abrt] gnome-passwordsafe: add_pathbar_button_to_pathbar(): pathbar.py:88:add_pathbar_button_to_pathbar:AttributeError: 'NoneType' object has no attribute 'is_root_group' | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | antoine+redhat | ||||||||||||||||
| Component: | gnome-passwordsafe | Assignee: | Pavlo Rudyi <paulcarroty> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 33 | CC: | ego.cordatus, l.wandrebeck, msandova, paulcarroty | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/a8868384ebdf2d0d4c3af17a75226c46cc5a9eba | ||||||||||||||||||
| Whiteboard: | abrt_hash:88c8e8395a81d8a8f037da52430b7f6dee4af5d8;VARIANT_ID=workstation; | ||||||||||||||||||
| Fixed In Version: | gnome-passwordsafe-4.1-1.fc33 | Doc Type: | If docs needed, set a value | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2021-01-14 01:39:08 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 1744084 [details]
File: backtrace
Created attachment 1744085 [details]
File: cgroup
Created attachment 1744086 [details]
File: cpuinfo
Created attachment 1744087 [details]
File: environ
Created attachment 1744088 [details]
File: mountinfo
Created attachment 1744089 [details]
File: namespaces
Created attachment 1744090 [details]
File: open_fds
Thanks for reporting. Could you try latest version from master please? Built in COPR https://copr.fedorainfracloud.org/coprs/atim/gnome-passwordsafe-dev/ Hello, I can try, but the problem is not systematic, or at less I couldn't reproduce the issue again with the current version. FEDORA-2021-9dba89670e has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-9dba89670e FEDORA-2021-9dba89670e has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-9dba89670e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-9dba89670e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. I refactored that file just yesterday. Please test the master branch and try to see if it is reproducible in any way. FEDORA-2021-9dba89670e has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. *** Bug 1917242 has been marked as a duplicate of this bug. *** Just stumbled on this one (F33, updates-testing enabled, system up-to-date as of one hour ago or so). I hope backtrace from #1917242 will help. Such a crash (very) seldom happens (1st time here). HTH. |
Description of problem: Password safe hanged after saving the database and I had to force the process to stop. Version-Release number of selected component: gnome-passwordsafe-4.0-2.fc33 Additional info: reporter: libreport-2.14.0 cmdline: /usr/bin/python3 /usr/bin/gnome-passwordsafe crash_function: add_pathbar_button_to_pathbar exception_type: AttributeError executable: /usr/bin/gnome-passwordsafe interpreter: python3-3.9.1-1.fc33.x86_64 kernel: 5.9.16-200.fc33.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: pathbar.py:88:add_pathbar_button_to_pathbar:AttributeError: 'NoneType' object has no attribute 'is_root_group' Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/passwordsafe/main_window.py", line 775, in execute_accel_action action_db.on_add_entry_button_clicked(None) File "/usr/lib/python3.9/site-packages/passwordsafe/unlocked_database.py", line 597, in on_add_entry_button_clicked self.pathbar.add_pathbar_button_to_pathbar(new_entry.uuid) File "/usr/lib/python3.9/site-packages/passwordsafe/pathbar.py", line 88, in add_pathbar_button_to_pathbar while not parent_group.is_root_group: AttributeError: 'NoneType' object has no attribute 'is_root_group' Local variables in innermost frame: self: <pathbar.Pathbar object at 0x7f653ada9100 (passwordsafe+pathbar+Pathbar at 0x56100a7d2c90)> uuid: UUID('f42934c0-4dd0-11eb-9652-107b44188e91') pathbar_button_active: <pathbar_button.PathbarButton object at 0x7f6548049380 (passwordsafe+pathbar_button+PathbarButton at 0x56100a9966c0)> parent_group: None