Comment 2 for bug 1712384

Revision history for this message
Brain (brain) wrote :

I'm sorry, the 'apport-collect 1712384' command does not work.

The "Collecting problem information" window appears, however the moving bar stops moving very soon and the window stops responding, while the python process is taking 100% CPU. Even after 5 minutes there is still no response (and still 100% CPU usage).

Console output (after breaking the collection process):

$ apport-collect 1712384
dpkg-query: no packages found matching linux
^CTraceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 597, in <module>
    app.run_argv()
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 658, in run_argv
    return self.run_update_report()
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 547, in run_update_report
    self.collect_info(ignore_uninstalled=True)
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 1028, in collect_info
    self.ui_pulse_info_collection_progress()
  File "/usr/share/apport/apport-gtk", line 463, in ui_pulse_info_collection_progress
    while Gtk.events_pending():
KeyboardInterrupt