[Touch-packages] [Bug 1596713] Re: apport-cli crashes if a hook provides a python list which is a directory w/o files

2016-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.3-0ubuntu1 --- apport (2.20.3-0ubuntu1) yakkety; urgency=medium [ Hans Joachim Desserud ] * Fix typo (cehcking -> checking) (LP: #1603463). [ Martin Pitt ] * New upstream release: - problem_report.py: Fail with proper

[Touch-packages] [Bug 1596713] Re: apport-cli crashes if a hook provides a python list which is a directory w/o files

2016-07-06 Thread Launchpad Bug Tracker
** Branch linked: lp:apport -- 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/1596713 Title: apport-cli crashes if a hook provides a python list which is a directory w/o

[Touch-packages] [Bug 1596713] Re: apport-cli crashes if a hook provides a python list which is a directory w/o files

2016-07-06 Thread Martin Pitt
Fixed in http://bazaar.launchpad.net/~apport- hackers/apport/trunk/revision/3089. This will now raise the intended TypeError right when trying to assign a list value. ** Changed in: apport (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a

[Touch-packages] [Bug 1596713] Re: apport-cli crashes if a hook provides a python list which is a directory w/o files

2016-07-06 Thread Martin Pitt
It is actually legal for a Report value to be a tuple -- the intention is that this is a "file reference", and we make use of that in several places to avoid needless copies in RAM. For example in data/apport: info['CoreDump'] = (sys.stdin, True, core_size_limit, True) or in

[Touch-packages] [Bug 1596713] Re: apport-cli crashes if a hook provides a python list which is a directory w/o files

2016-07-01 Thread Brian Murray
** Changed in: apport (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) -- 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/1596713 Title: apport-cli crashes if a