~apport-hackers/apport/trunk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Brian Murray
  • Date: 2018-03-12 16:55:08 UTC
  • Revision ID: brian@canonical.com-20180312165508-qbzm7tn31me5o5l8
apport/report.py: Use timeout parameter in subprocess to limit how long we'll wait for gdb to return information as gdb can hang with some core files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
--------------------
6
6
  * backends/packaging-apt-dpkg.py: when using a permanent sandbox better check
7
7
    for the package being already available thereby quantity of downloads.
 
8
  * apport/report.py: Use timeout parameter in subprocess to limit how long
 
9
    we'll wait for gdb to return information as gdb can hang with some core
 
10
    files.
8
11
 
9
12
2.20.9 (2018-02-14)
10
13
-------------------