[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2020-03-13 Thread Francis Ginther
** Tags added: id-5e540609ebb75b15e089ff0e -- 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/1851806 Title: 'module' object has no attribute 'O_PATH' Status in apport

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2020-01-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.11-0ubuntu16 --- apport (2.20.11-0ubuntu16) focal; urgency=medium * SECURITY REGRESSION: 'module' object has no attribute 'O_PATH' (LP: #1851806) - apport/report.py, apport/ui.py: use file descriptors for /proc/pid

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2020-01-09 Thread Sebastien Bacher
** Changed in: apport (Ubuntu) Assignee: (unassigned) => Tiago Stürmer Daitx (tdaitx) ** Changed in: apport (Ubuntu) Importance: Undecided => High ** Changed in: apport (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2020-01-08 Thread Brian Murray
** Branch linked: lp:~tdaitx/ubuntu/focal/apport/lp-1851806-fix -- 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/1851806 Title: 'module' object has no attribute 'O_PATH'

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-12-20 Thread Francis Ginther
** Tags added: id-5dd454a1dd84728273703743 -- 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/1851806 Title: 'module' object has no attribute 'O_PATH' Status in apport

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-12-06 Thread Albert Pool
The above looks like some Python 3 code ended up in a Python 2.7 document, given opener= was added in Python 3.3 it seems. -- 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 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-12-06 Thread Albert Pool
Simply removing O_PATH from the line in question leads to: Traceback (most recent call last): File "/usr/share/apport/apport-gtk", line 597, in app.run_argv() File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 661, in run_argv return self.run_update_report() File

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-12-06 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 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-11-14 Thread Sebastien Bacher
** Tags added: regression-update ** Changed in: apport (Ubuntu) Status: Incomplete => 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/1851806 Title: 'module'

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-11-14 Thread Benjamin Curtiss
Here's a reproduction of the error: bcurtiss@bcurtiss-laptop:~$ ipython Python 2.7.12 (default, Oct 8 2019, 14:14:10) Type "copyright", "credits" or "license" for more information. IPython 2.4.1 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features.

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-11-14 Thread Benjamin Curtiss
I'm not exactly sure how to reproduce this bug, but I did encounter the same issue. It looks like the bug was recently introduced in this commit: https://git.launchpad.net/ubuntu/+source/apport/commit/?h=applied/ubuntu /xenial-security=ecd7418b02911c6649b69a592cca74cfbac8813d ``` @@ -510,22

[Touch-packages] [Bug 1851806] Re: 'module' object has no attribute 'O_PATH'

2019-11-11 Thread Sebastien Bacher
Thank you for your bug report. Could you give some steps to trigger the issue? ** Changed in: apport (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.