Comment 0 for bug 1133543

Revision history for this message
Alex Mayorga (alex-mayorga) wrote :

Was following https://help.ubuntu.com/community/ReportingBugs#Collecting_information_about_a_program_with_a_window_open and end up with the following errors:

alex@VPCCW1FFXL:~$ ubuntu-bug -w
Traceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 588, in <module>
    app.run_argv()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 662, in run_argv
    return self.run_report_bug()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 411, in run_report_bug
    self.report.add_proc_info(self.options.pid)
  File "/usr/lib/python3/dist-packages/apport/report.py", line 510, in add_proc_info
    assert os.path.exists(self['ExecutablePath'])
AssertionError
alex@VPCCW1FFXL:~$ ubuntu-bug 2153
Traceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 588, in <module>
    app.run_argv()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 637, in run_argv
    return self.run_report_bug()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 411, in run_report_bug
    self.report.add_proc_info(self.options.pid)
  File "/usr/lib/python3/dist-packages/apport/report.py", line 510, in add_proc_info
    assert os.path.exists(self['ExecutablePath'])
AssertionError