[Touch-packages] [Bug 1368911] Re: Apport crashes when writing to stderr: UnicodeEncodeError: 'ascii' codec can't encode character '\xc1' in position 130: ordinal not in range(128)

2018-02-05 Thread Peridot
This bug is still there on bionic dailies and the patch still works. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1368911 Title: Apport crashes when writing to stderr:

[Touch-packages] [Bug 1368911] Re: Apport crashes when writing to stderr: UnicodeEncodeError: 'ascii' codec can't encode character '\xc1' in position 130: ordinal not in range(128)

2016-06-09 Thread Christopher M. Penalver
** Tags added: xenial ** Changed in: apport (Ubuntu) Importance: Undecided => Medium ** Changed in: apport (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1368911] Re: Apport crashes when writing to stderr: UnicodeEncodeError: 'ascii' codec can't encode character '\xc1' in position 130: ordinal not in range(128)

2015-11-03 Thread schmod
Similar issue with apport-kde: File "/usr/share/apport/apport-kde", line 530, in sys.exit(UserInterface.run_argv()) File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 653, in run_argv return self.run_update_report() File "/usr/lib/python2.7/dist-packages/apport/ui.py", line

[Touch-packages] [Bug 1368911] Re: Apport crashes when writing to stderr: UnicodeEncodeError: 'ascii' codec can't encode character '\xc1' in position 130: ordinal not in range(128)

2015-11-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apport (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1368911] Re: Apport crashes when writing to stderr: UnicodeEncodeError: 'ascii' codec can't encode character '\xc1' in position 130: ordinal not in range(128)

2014-09-12 Thread Dennis Schridde
Quick fix: --- /usr/share/apport/apport.orig 2014-09-12 23:11:15.067594994 +0400 +++ /usr/share/apport/apport2014-09-12 23:10:12.631595210 +0400 @@ -96,7 +96,7 @@ def error_log(msg): '''Output something to the error log.''' -apport.error('apport (pid %s) %s: %s', os.getpid(),