Activity log for bug #85809

Date Who What changed Old value New value Message
2007-02-17 15:58:38 Bart Samwel bug added bug
2007-02-19 09:46:51 Martin Pitt apport: status Unconfirmed Needs Info
2007-02-19 09:46:51 Martin Pitt apport: statusexplanation Hm, usually reports that have been looked at (i. e. access time > modification time) are disregarded. Can you please copy&paste the output of 'mount' here? Also, can you please attach /var/log/apport.log?
2007-02-22 12:37:35 Martin Pitt apport: status Needs Info Confirmed
2007-02-22 12:37:35 Martin Pitt apport: importance Undecided Low
2007-02-22 12:37:35 Martin Pitt apport: statusexplanation Hm, usually reports that have been looked at (i. e. access time > modification time) are disregarded. Can you please copy&paste the output of 'mount' here? Also, can you please attach /var/log/apport.log? When atime works, it is really handy. I think a good compromise would be to just delete seen crash reports when atime does not work. How about that?
2007-02-22 12:37:35 Martin Pitt apport: assignee pitti
2007-02-23 07:31:07 Martin Pitt title crash reports not erased after reporting presents crash reports repeatedly when /var is mounted noatime
2007-02-23 07:32:26 Martin Pitt apport: importance Low High
2007-02-23 07:32:26 Martin Pitt apport: statusexplanation When atime works, it is really handy. I think a good compromise would be to just delete seen crash reports when atime does not work. How about that?
2007-02-26 19:11:00 Martin Pitt apport: status Confirmed Fix Committed
2007-02-26 20:03:28 Martin Pitt apport: status Fix Committed Fix Released
2007-02-26 20:03:28 Martin Pitt apport: statusexplanation apport (0.60) feisty; urgency=low . * gtk/apport-gtk.glade: Reintroduce window titles. Since the crash notifications are like alerts, title have been removed recently to comply with Gnome HIG standards, but then the user will get 'nameless window' buttons in the task bar. Let's have the smaller evil then. (LP: #87164) * apport/packaging.py: Add get_architecture() interface for determining the architecture of a particular package (which might not match the overall system architecture on multiarch-capable systems, e. g. an i386 Firefox package installed on amd64). * backends/packaging-dpkg.py: Implement get_architecture() and add test case. * apport/report.py, add_package_info(): Add Architecture: field. (LP: #87424) * apport/ui.py: Already mark report as seen when we load it, not just in the information collection thread. That way, reports will only be shown once on systems which have /var/crash mounted noatime, too. (LP: #85809) * apport/fileutils.py, mark_report_seen(): If os.utime() fails, and opening the report file for reading does not change the atime (happens with noatime mount option), don't throw an exception, just delete the report. (other aspect of LP: #85809) * qt4/apport-qt: Wrap gettext() into an unicode(str, 'UTF-8') call, otherwise all non-ASCII unicode strings are broken. (LP: #87757)
2009-07-08 22:40:16 Launchpad Janitor branch linked lp:ubuntu/karmic/apport
2012-07-06 05:21:08 Launchpad Janitor branch linked lp:debian/experimental/apport