Bug 722622
| Summary: | [abrt] meld-1.5.1-1.fc15: posixpath.py:112:basename:AttributeError: 'NoneType' object has no attribute 'rfind' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Scott <dan> |
| Component: | meld | Assignee: | Dominic Hopf <dmaphy> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | christoph.wickert, dmaphy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:c57022f98dff3896bef8fa2034e80919690465a4 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-18 13:36: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: | |||
Package: meld-1.5.1-1.fc15 Architecture: x86_64 OS Release: Fedora release 15 (Lovelock) Comment ----- I was comparing 2 directories (in an sshfs mounted directory). I opened a couple of files and transferred lines of code between them. When I tried to exit the program, the crash occurred Reported this issue to upstream: https://bugzilla.gnome.org/show_bug.cgi?id=654847 |
abrt version: 2.0.3 architecture: x86_64 cmdline: python /usr/bin/meld hl7_backup hl7 comment: I was comparing 2 directories (in an sshfs mounted directory). I opened a couple of files and transferred lines of code between them. When I tried to exit the program, the crash occurred component: meld executable: /usr/bin/meld kernel: 2.6.38.8-32.fc15.x86_64 os_release: Fedora release 15 (Lovelock) package: meld-1.5.1-1.fc15 reason: posixpath.py:112:basename:AttributeError: 'NoneType' object has no attribute 'rfind' time: Fri Jul 15 15:54:46 2011 uid: 768 username: djscott backtrace: :posixpath.py:112:basename:AttributeError: 'NoneType' object has no attribute 'rfind' : :Traceback (most recent call last): : File "/usr/share/meld/meld/meldwindow.py", line 568, in on_file_changed : page.on_file_changed(filename) : File "/usr/share/meld/meld/dirdiff.py", line 1121, in on_file_changed : name = os.path.basename(model.value_path(child, pane)) : File "/usr/lib64/python2.7/posixpath.py", line 112, in basename : i = p.rfind('/') + 1 :AttributeError: 'NoneType' object has no attribute 'rfind' : :Local variables in innermost frame: :p: None