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']
cur_time = int(os.stat(self.report['ExecutablePath']).st_mtime)
if orig_time != cur_time:
self.report['UnreportableReason'] = (
_('The problem happened with the program %s which changed '
'since the crash occurred.') %
self.report['ExecutablePath'])
return
** Changed in: apport (Ubuntu)
Status: Triaged => Fix Released
--
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:
crash files don't ensure matching package version
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/794190/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs