Comment 2 for bug 1681528

Revision history for this message
Brian Murray (brian-murray) wrote :

The python information will be gathered under the following conditions:

 57 if report.get('ProblemType') == 'Package' or \
 58 'python' in report.get('InterpreterPath', '') or \
 59 'python' in report.get('ExecutablePath', ''):

One way to test the 'Package' type of problem is to use the crash-in-postinst package from the daisy pluckers PPA.

https://launchpad.net/~daisy-pluckers/+archive/daisy-seeds

It is not enough to use 'dpkg -i' to trigger the crash though.