This was fixed in Precise.
# check if binary changed since the crash happened
if 'ExecutablePath' in self.report and 'ExecutableTimestamp' in
self.report:
orig_time = int(self.report['ExecutableTimestamp'])
del self.report['ExecutableTimestamp']
See bug 869079 for another apparent example of this occurrence. It
certainly makes for an interesting couple of minutes during bug triage!
;)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/794190
Title
Let's refomulate that. At the time of the crash, we could take the
timestamp of the executable, and compare it with the timestamp of the
executable when reporting the crash. If they are not identical, we
reject the crash.
** Changed in: apport (Ubuntu)
Importance: Undecided => Low
** Changed i