Comment 15 for bug 1268027

Revision history for this message
Alberto Milone (albertomilone) wrote :

I think I know what's going on.

Please replace the following line:

# 'problem_types': ['Bug', 'Package'],

with the following:

# 'problem_types': ['Bug', 'Package', 'Crash'],

You can test that apport is running by causing a crash:
sh -c 'kill -SEGV $$'