[Touch-packages] [Bug 1866062] Re: /usr/share/apport/apport:AttributeError:/usr/share/apport/apport@429:parse_arguments:print_usage:_print_message

2020-03-04 Thread Michael Hudson-Doyle
This seems to occur when an executable that has been deleted crashes -- the apport hook is called with the executable name set to "/path/to/exe (deleted)" and somehow this is being split on spaces and the extra (deleted) argument causes this crash. But simple attempts at reproducing this scenario f

[Touch-packages] [Bug 1866062] Re: /usr/share/apport/apport:AttributeError:/usr/share/apport/apport@429:parse_arguments:print_usage:_print_message

2020-03-04 Thread Brian Murray
Here is the Traceback: Traceback (most recent call last): File "/usr/share/apport/apport", line 429, in options = parse_arguments() File "/usr/share/apport/apport", line 374, in parse_arguments parser.print_usage() File "/usr/lib/python3.7/argparse.py", line 2484, in print_usage