AssertionError and TypeError message spam in terminal while comparing files
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
meld (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Running meld from command line triggers a bunch of AssertionError and TypeError message spam while running in terminal. The errors shown below are repeating indefinitely while merging files.
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
assert rangex[0] <= rangex[1] and range1[0] <= range1[1]
AssertionError
<repeats a few times>
Traceback (most recent call last):
File "/usr/lib/
starting_at = buf.get_
TypeError: Argument 2 does not allow None as a value
<repeats indefinitely>
Python version 3.10.4
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: meld 3.20.4-2
ProcVersionSign
Uname: Linux 5.15.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: XFCE
Date: Sun Jul 10 18:07:14 2022
PackageArchitec
SourcePackage: meld
UpgradeStatus: No upgrade log present (probably fresh install)
i tested this on an installed Ubuntu 22.04 (desktop)
and it seems to run both GUI and CLI withour the errors as described above
maybe something XFCE related?