This bug was fixed in the package apport - 2.6.2-0ubuntu1
---------------
apport (2.6.2-0ubuntu1) raring; urgency=low
* New upstream release:
- problem_report.py: Fix UnicodeDecodeError crash under Python 2 when the
report has an unicode field with an unprintable ASCII character < 20.
- debian.py: Fix calling of parent accepts() method and return value.
Thanks Ritesh Raj Sarraf.
- bin/apport-retrace: Fix crash when not using --sandbox mode.
- report.py, add_proc_info(): Throw correct exception if the executable
path does not exist, to provide a more appropriate error message.
(LP: #1065129)
- report.py, add_gdb_info(): Check __glib_assert_msg for assertion
messages, too.
- REThread.py: Fix for Python 3.3.
* debian/control: Update Vcs-Bzr: for raring branch.
-- Martin Pitt <[email protected]> Tue, 06 Nov 2012 16:18:56 +0100
** 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/1065129
Title:
Assertion error when trying to file bug via PID
Status in “apport” package in Ubuntu:
Fix Released
Bug description:
Trying to file a bug uisng PID and I get an assertion error:
bladernr@klaatu:~/development/trunks/checkbox/jobs$ ubuntu-bug 2468
Traceback (most recent call last):
File "/usr/share/apport/apport-gtk", line 518, in <module>
app.run_argv()
File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 549, in run_argv
return self.run_report_bug()
File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 326, in
run_report_bug
self.report.add_proc_info(self.options.pid)
File "/usr/lib/python2.7/dist-packages/apport/report.py", line 439, in
add_proc_info
assert os.path.exists(self['ExecutablePath'])
AssertionError
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1065129/+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