[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2017-05-23 Thread Launchpad Bug Tracker
[Expired for apport (Ubuntu) because there has been no activity for 60 days.] ** Changed in: apport (Ubuntu) Status: Incomplete => Expired -- 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 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2017-03-24 Thread Seth Arnold
This may have been fixed in the interim; I cannot recreate the crash. Even adding a ΓΏ char (generated via printf '\xff' in a line directly to my /var/log/kern.log didn't trip this. The python3 hookutils.attach_mac_events() attempt from comments #5 and #6 also didn't recreate the crash. Thanks

[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2017-03-24 Thread Brian Murray
It also did not crash for me on Xenial. (xenial-amd64)root@impulse:/home/bdmurray/source-trees/bugpatterns/master# python3 Python 3.5.2 (default, Nov 17 2016, 17:05:23) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import apport >>>

[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2017-03-24 Thread Brian Murray
Here's a test case that should be easily reproducible using the data in this bug. Use download-crash from the bugpatterns bzr branch to create a crash file for this report e.g. ./download-crash 1582992. Then run the following in python: $ python3 Python 3.5.2+ (default, Sep 22 2016,

[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2017-03-24 Thread Brian Murray
** Tags added: apport-hook-error -- 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/1582992 Title: broken apport hook: TypeError: Can't convert 'bytes' object to str

[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2016-12-13 Thread Brian Murray
** Changed in: libvirt (Ubuntu) Status: In Progress => Triaged -- 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/1582992 Title: broken apport hook: TypeError: Can't

[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2016-07-29 Thread Chris J Arges
** Changed in: libvirt (Ubuntu) Assignee: Chris J Arges (arges) => (unassigned) -- 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/1582992 Title: broken apport hook:

[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2016-06-07 Thread Chris J Arges
So I can't really reproduce this, but looking at the backtrace it seems like more pythong2->python3 troubles: Could you try modifying the following file: /usr/lib/python3/dist-packages/apport/hookutils.py Change line 716 to the following: for match in re.findall(aa_re, report.get('KernLog',

[Touch-packages] [Bug 1582992] Re: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly

2016-06-03 Thread Seth Arnold
** Also affects: apport (Ubuntu) Importance: Undecided Status: New -- 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/1582992 Title: broken apport hook: TypeError: