This bug was fixed in the package apport - 2.14-0ubuntu1
---------------
apport (2.14-0ubuntu1) trusty; urgency=medium
* New upstream release:
- Add KernelCrash reports when iwlwifi encounters a firmware error (via
the "error_dump" uevent and the new iwlwifi_error_dump helper). Thanks
Seth Forshee!
- launchpad: Really use a temporary launchpadlib cache dir by default.
This avoids piling up gigabytes of useless cached data over time, which
also tends to break every now and then.
- Fix crash in logind session detection. Thanks Dimitri Ledkov!
(LP: #1296026)
-- Martin Pitt <[email protected]> Mon, 31 Mar 2014 11:47:19 +0200
** Changed in: apport (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1296026
Title:
apport crashes at reading cgroup
Status in Apport crash detection/reporting:
Fix Released
Status in “apport” package in Ubuntu:
Fix Released
Bug description:
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 103, in
apport_excepthook
pr.add_proc_info(extraenv=['PYTHONPATH', 'PYTHONHOME'])
File "/usr/lib/python3/dist-packages/apport/report.py", line 546, in
add_proc_info
ret = self.get_logind_session(pid)
File "/usr/lib/python3/dist-packages/apport/report.py", line 1593, in
get_logind_session
if len(my_cgroup) < 2:
UnboundLocalError: local variable 'my_cgroup' referenced before assignment
Well looking at the code, "if len(my_cgroup) <2" is never executed when
my_cgroup is assigned....
To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/1296026/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp