Closed
Bug 596689
Opened 14 years ago
Closed 14 years ago
add family, model, and stepping to crash data .csv files
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.7.4
People
(Reporter: chofmann, Assigned: lars)
Details
to help diagnose some of the crashes where SSE is involved we could really use expanded info in the CPU Name Field.
Currently we have field #13 that has
cpu_name = x86
lets expand that to include family, model, and stepping as in
cpu_name = x86|AuthenticAMD family 6 model 8 stepping 1|1
or
cpu_namd = x86|GenuineIntel family 6 model 8 stepping 6|1
Updated•14 years ago
|
Assignee: nobody → lars
Assignee | ||
Comment 1•14 years ago
|
||
checked into the 1.7reversion branch - needs testing
Updated•14 years ago
|
Target Milestone: --- → 1.7.4
Assignee | ||
Comment 2•14 years ago
|
||
also now ported to 1.8 trunk
Comment 3•14 years ago
|
||
Looks good on http://crash-stats.stage.mozilla.com/report/index/d0001ad8-8c5f-4b4e-b43d-5b5f42101005:
CPU Info GenuineIntel family 6 model 23 stepping 10
(Sorry for the late comment; I had a query for resolved-fixed 1.7.4 bugs, which missed this.)
Comment 4•14 years ago
|
||
Ignore comment 3; I've been told it has nothing to do with the CSV functionality on, say, the bottom of http://crash-stats.stage.mozilla.com/topcrasher/byversion/Firefox/3.6.9.
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•