Bug 1671646
| Summary: | [abrt] git-cola: _check_arg_types(): genericpath.py:149:_check_arg_types:TypeError: join() argument must be str or bytes, not 'NoneType' | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Fernandez <david.fernandez> | ||||||||||||||||
| Component: | git-cola | Assignee: | Nikos Roussos <comzeradd> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 28 | CC: | comzeradd, davvid, fedora, moceap, oliver, ry | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/f2530794edb3e4046d6ab8374153ee032558aff7 | ||||||||||||||||||
| Whiteboard: | abrt_hash:3c0a885e8ab76b26b0ec4b6d3475eb353556e93c;VARIANT_ID=workstation; | ||||||||||||||||||
| Fixed In Version: | git-cola-3.3-1.fc29 git-cola-3.4-1.el7 | Doc Type: | If docs needed, set a value | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2019-04-02 02:13:38 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 1525724 [details]
File: backtrace
Created attachment 1525725 [details]
File: cgroup
Created attachment 1525726 [details]
File: cpuinfo
Created attachment 1525727 [details]
File: environ
Created attachment 1525728 [details]
File: mountinfo
Created attachment 1525729 [details]
File: namespaces
Created attachment 1525730 [details]
File: open_fds
git-cola-3.3-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-6038fcd228 git-cola-3.3-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-99c132ee23 git-cola-3.3-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-fe18a0bc67 git-cola-3.3-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-99c132ee23 git-cola-3.3-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-fe18a0bc67 git-cola-3.3-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-6038fcd228 git-cola-3.3-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. FEDORA-EPEL-2019-0901e336dc has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-0901e336dc git-cola-3.4-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-0901e336dc git-cola-3.4-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Not present when it happened. Version-Release number of selected component: git-cola-2.10-2.fc26 Additional info: reporter: libreport-2.9.5 cmdline: /usr/bin/python3 /usr/bin/git-cola --prompt crash_function: _check_arg_types exception_type: TypeError executable: /usr/bin/git-cola interpreter: python3-3.6.7-2.fc28.x86_64 kernel: 4.19.13-200.fc28.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: genericpath.py:149:_check_arg_types:TypeError: join() argument must be str or bytes, not 'NoneType' Traceback (most recent call last): File "/usr/share/git-cola/lib/cola/fsmonitor.py", line 216, in run self._handle_events() File "/usr/share/git-cola/lib/cola/fsmonitor.py", line 320, in _handle_events self._check_event(wd, mask, name) File "/usr/share/git-cola/lib/cola/fsmonitor.py", line 305, in _check_event core.decode(name))) File "/usr/lib64/python3.6/posixpath.py", line 94, in join genericpath._check_arg_types('join', a, *p) File "/usr/lib64/python3.6/genericpath.py", line 149, in _check_arg_types (funcname, s.__class__.__name__)) from None TypeError: join() argument must be str or bytes, not 'NoneType' Local variables in innermost frame: s: None hasbytes: False hasstr: True args: ('/home/david.fernandez/src_mgt/rowesolutions/Doorlock/import/nRF5_SDK/external/micro-ecc/nrf52hf_armgcc/armgcc', None) funcname: 'join' Potential duplicate: bug 1670143