After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730660 - meld crashes on UnicodeDecodeError when used with Polish locale
meld crashes on UnicodeDecodeError when used with Polish locale
Status: RESOLVED DUPLICATE of bug 726116
Product: meld
Classification: Other
Component: general
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: meld-maint
meld-maint
Depends on:
Blocks:
 
 
Reported: 2014-05-23 20:04 UTC by Balint Reczey
Modified: 2014-05-23 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Balint Reczey 2014-05-23 20:04:18 UTC
This bug has been reported against Ubuntu's meld package originally at
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1319793 .

zyga@silverblade:~$ meld checkbox/checkbox-support/checkbox_support/parsers/ Launchpad/checkbox-project/checkbox-legacy/checkbox-old/checkbox/parsers/
Traceback (most recent call last):
  • File "/usr/lib/python2.7/dist-packages/meld/task.py", line 110 in iteration
    ret = next(task)
  • File "/usr/lib/python2.7/dist-packages/meld/dirdiff.py", line 829 in _search_recursively_iter
    yield _(u"[%s] Done") % self.label_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 7: ordinal not in range(128)

I managed to solve it by using patching the last line to read:
    yield _(u"[%s] Done").decode('UTF-8') % self.label_text
Comment 1 Kai Willadsen 2014-05-23 20:44:42 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 726116 ***