Bug 1335073
| Summary: | [abrt] ibus-table: os.py:241:makedirs:FileExistsError: [Errno 17] File exists: '/home/mfabian/.local/share/ibus-table' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike FABIAN <mfabian> | ||||||
| Component: | ibus-table | Assignee: | Mike FABIAN <mfabian> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 26 | CC: | dchen, i18n-bugs, K9, kent.neo, kkrothap, mfabian, pwu, shawn.p.huang | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/93f95cde957558df76c4c7431b24b8fc72160029 | ||||||||
| Whiteboard: | abrt_hash:5f1380b9359e698a045d1da3ee43b3c3a1b86ca0;VARIANT_ID=workstation; | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2018-02-28 16:01:19 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 1156071 [details]
File: backtrace
Created attachment 1156072 [details]
File: environ
$ rpm -qa | grep ibus-table. ibus-table-1.9.18-1.fc27.noarch $ /usr/bin/python3 /usr/share/ibus-table/engine/main.py --xml <engines /> $ echo $? 0 |
Version-Release number of selected component: ibus-table-1.9.12-1.fc24 Additional info: reporter: libreport-2.7.0 cmdline: /usr/bin/python3 /usr/share/ibus-table/engine/main.py --xml executable: /usr/share/ibus-table/engine/main.py kernel: 4.5.3-300.fc24.x86_64 pkg_fingerprint: 73BD E983 81B4 6521 pkg_vendor: Fedora Project reproducible: Not sure how to reproduce the problem runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: os.py:241:makedirs:FileExistsError: [Errno 17] File exists: '/home/mfabian/.local/share/ibus-table' Traceback (most recent call last): File "/usr/share/ibus-table/engine/main.py", line 32, in <module> import factory File "/usr/share/ibus-table/engine/factory.py", line 27, in <module> import tabsqlitedb File "/usr/share/ibus-table/engine/tabsqlitedb.py", line 36, in <module> import ibus_table_location File "/usr/share/ibus-table/engine/ibus_table_location.py", line 102, in <module> __module_init = __ModuleInitializer() File "/usr/share/ibus-table/engine/ibus_table_location.py", line 96, in __init__ _init() File "/usr/share/ibus-table/engine/ibus_table_location.py", line 76, in _init os.makedirs(ibus_table_location['data_home']) File "/usr/lib64/python3.5/os.py", line 241, in makedirs mkdir(name, mode) FileExistsError: [Errno 17] File exists: '/home/mfabian/.local/share/ibus-table' Local variables in innermost frame: name: '/home/mfabian/.local/share/ibus-table' mode: 511 tail: 'ibus-table' head: '/home/mfabian/.local/share' exist_ok: False