5

Possible Duplicate:
How can I track a bug that caused a crash and was reported via apport / whoopsie?

Since I updated to 12.04 apport sends crash reports to the server silently without opening a bug report page on launchpad while I'd like to track this reports statuses. How can I achieve this?

int_ua
  • 8,574
  • Related: http://askubuntu.com/questions/140379/how-can-i-track-a-bug-that-caused-a-crash-and-was-reported-via-apport-whoopsie – student Jul 23 '12 at 07:02

1 Answers1

3

For me it works in ubuntu 12.04 (final release) to edit /etc/apport/crashdb.conf and add 'Crash' to the 'problem_types': ['Bug', 'Package', 'Crash']

Some references

student
  • 2,312
  • could this be the answer to my query https://askubuntu.com/questions/533203/can-i-follow-progress-on-autosubmitted-bugs and if so does it still work in 14.04 onwards? (it looks like it is deliberately not an apport feature?) – lofidevops Oct 07 '14 at 13:50
  • trying it out on 14.04 - now just waiting for a crash... – lofidevops Oct 07 '14 at 14:08