In bug 1816848 the vast majority of crashes are reported with an `InstallTime` of `"0"` (and it's not clear to me why at the moment). This seems to make `crash-stats.org` and the `Crash Data` section on Bugzilla report all crashes from all these users as being from a single user. This leads to underestimating of the real impact of the crash. We could do some minimal validation for plausibility of the `InstallTime` and then assume different users rather than same users if the `InstallTime` does not pass the validation check.
Bug 1893406 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In bug 1816848 the vast majority of crashes are reported with an `InstallTime` of `"0"` (and it's not clear to me why at the moment). This seems to make `crash-stats` and the `Crash Data` section on Bugzilla report all crashes from all these users as being from a single user. This leads to underestimating of the real impact of the crash. We could do some minimal validation for plausibility of the `InstallTime` and then assume different users rather than same users if the `InstallTime` does not pass the validation check.
In bug 1816848 the vast majority of crashes are reported with an `InstallTime` of `"0"` (and it's not clear to me why at the moment). This seems to make `crash-stats` and the `Crash Data` section on Bugzilla report all crashes from all these users as being from a single user. This leads to underestimating of the real impact of the crash. We could do some minimal validation for plausibility of the `InstallTime` and then assume different users rather than same users if the `InstallTime` does not pass the validation check. See also bug 1816848 comment 10.