GNOME Bugzilla – Bug 758098
File comparison does not show any differences
Last modified: 2015-11-16 03:08:21 UTC
Under Arch linux, using current package meld 3.14.1-1. gtk3 version is 3.18.3-1. Comparing any two files does not display any navigable differences, but just the contents of the two files is listed in the panes instead. No text filters are active in preferences dialog. Directory comparison correctly detects modified files between directories, but opening them for comparison from there gives the same result. Also tried manually downloading and running from the meld-3.14.1.tar.xz package, with same result.
Can you attach the two files, or any other files that will reproduce this? Also, if there anything printed on the command line when you see this bug?
Created attachment 315615 [details] First sample file for comaprison
Created attachment 315617 [details] Second sample file for comparison Attached two sample files, their first two lines are identical, the third is different; meld displays them with no differences highlighted or navigable.
This is the printed output when starting comparison. I hadn't noticed it before because Meld used to spit a lot of assertion messages while operating normally in the past. Traceback (most recent call last):
+ Trace 235723
ret = next(task)
for i in self._diff_files():
while next(step) is None:
while next(work) is None:
a, b = self.preprocess()
a, b = self.preprocess_remove_prefix_suffix(self.a, self.b)
self.common_prefix = find_common_prefix(a, b)
if a[0] == b[0]:
line_end = line_start.copy()
Thanks for that. The bug you're seeing has already been fixed in GTK+ 3.18.4. *** This bug has been marked as a duplicate of bug 757963 ***
*** Bug 758154 has been marked as a duplicate of this bug. ***