[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992

[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

[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,

[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 >>>

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992 Title: broken apport hook: TypeError: Can't convert 'bytes' object to str implicitly To manage

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992 Title: broken apport hook: TypeError: Can't convert 'bytes' object to str

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992 Title: broken apport hook: TypeError: Can't convert

[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',

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992 Title: broken apport hook: TypeError: Can't convert 'bytes' object

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

2016-05-18 Thread Seth Arnold
Chris, still broken, I filed bug 1583362 to test and it's still reporting this error. # dpkg -l 'apport*' 'libvirt*' | awk '/^ii/ {print $1, $2, "\t", $3}' ii apport 2.20.1-0ubuntu2 ii apport-gtk 2.20.1-0ubuntu2 ii apport-symptoms 0.20 ii libvirt-bin 1.3.1-1ubuntu10 ii libvirt-glib-1.0-0:amd64

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

2016-05-18 Thread Chris J Arges
This works for me in 16.04. Can you update and re-try? ** Changed in: libvirt (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992 Title: broken

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

2016-05-18 Thread Chris J Arges
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) => Chris J Arges (arges) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992 Title: broken apport hook: TypeError: Can't convert

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

2016-05-18 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: New => Triaged ** Changed in: libvirt (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582992 Title: broken