Closed
Bug 734159
Opened 14 years ago
Closed 14 years ago
Fix linux version numbers
Categories
(Socorro :: Database, task)
Tracking
(Not tracked)
RESOLVED
FIXED
2.5
People
(Reporter: jberkus, Assigned: jberkus)
Details
(Whiteboard: [2.5.0.1])
While hunting another bug, I discovered that a majority of Linux OS Version strings are coming in in the format:
0.0.0 Linux 2.6.26.6-49.R9.dneg #1 SMP Mon Jul 12 17:53:03 EDT 2010 x86_64
This causes all Linux versions in the database to show up as version 0.0.0, which would later make analysis of FF (or more importantly, Fennec) crashes by Linux kernel impossible.
As such, I'll be adding a rule to update_reports_clean to fix this. No backfill will be attempted.
Comment 1•14 years ago
|
||
Well, the kernel version is usually the least interesting bit of information about a Linux system anyhow (for us, that is). Our code doesn't really directly interact with the kernel, AFAIK. So this might be nice to have for correctness, but in the end, it's nothing we really care about.
| Assignee | ||
Comment 2•14 years ago
|
||
Yeah, that's why I'm not backfilling.
| Assignee | ||
Comment 3•14 years ago
|
||
Patched with other reports_clean issue as 2.5.0.1 release
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•