Comment 4 for bug 1453011

Revision history for this message
Marius Gedminas (mgedmin) wrote :

A simple fix would be to modify apport.report.Report.add_gdb_info() to use

     _command_output(..., stderr=subprocess.PIPE )

if we don't mind ignoring gdb's stderr.