Bug 1925993
| Summary: | [abrt] meld: on_file_changed(): meldwindow.py:308:on_file_changed:AttributeError: 'NewDiffTab' object has no attribute 'on_file_changed' | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mykel Scappin <mykel.scappin> | ||||||||||||||||
| Component: | meld | Assignee: | Dominic Hopf <dmaphy> | ||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 33 | CC: | bdpepple, christoph.wickert, dmaphy, lkundrak, oliver | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b0c54742ef899629e04e144a8665da983690de2a | ||||||||||||||||||
| Whiteboard: | abrt_hash:981ac0e9eab2ba27a45f9e28e8e0f1080e433cc0;VARIANT_ID=workstation; | ||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2021-05-04 16:11:12 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 1755553 [details]
File: backtrace
Created attachment 1755554 [details]
File: cgroup
Created attachment 1755555 [details]
File: cpuinfo
Created attachment 1755556 [details]
File: environ
Created attachment 1755557 [details]
File: mountinfo
Created attachment 1755558 [details]
File: namespaces
Created attachment 1755559 [details]
File: open_fds
*** This bug has been marked as a duplicate of bug 1917056 *** |
Description of problem: while comparing two files, make changes to one or both, then save. immediate error reported through Problem Reporting. Version-Release number of selected component: meld-3.21.0-5.fc33 Additional info: reporter: libreport-2.14.0 cmdline: /usr/bin/python3 /usr/bin/meld crash_function: on_file_changed exception_type: AttributeError executable: /usr/bin/meld interpreter: python3-3.9.1-2.fc33.x86_64 kernel: 5.10.11-200.fc33.x86_64 runlevel: N 5 type: Python3 uid: 1527001122 Truncated backtrace: meldwindow.py:308:on_file_changed:AttributeError: 'NewDiffTab' object has no attribute 'on_file_changed' Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/meld/meldwindow.py", line 308, in on_file_changed page.on_file_changed(filename) AttributeError: 'NewDiffTab' object has no attribute 'on_file_changed' Local variables in innermost frame: self: <meldwindow.MeldWindow object at 0x7fad563c1dc0 (MeldWindow at 0x56046a7342c0)> srcpage: <filediff.FileDiff object at 0x7fad563e00c0 (FileDiff at 0x56046b311c80)> filename: '/home/mykel.scappin.cloud/Downloads/imau live instances with no cc_gateway.csv' page: <newdifftab.NewDiffTab object at 0x7fad5825e700 (NewDiffTab at 0x56046a819c60)>