Closed
Bug 701907
Opened 14 years ago
Closed 14 years ago
Need Windows Breakdown by OS and day for explosive crash
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marcia, Assigned: rhelmer)
Details
Attachments
(1 file)
|
61.26 KB,
text/plain
|
Details |
For this signature - [@ js::Bindings::getLocalNameArray(JSContext*, js::Vector<JSAtom*, int, js::TempAllocPolicy>*) ]
We need a breakdown of crashes by Windows OS, and day if possible for this signature ASAP.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rhelmer
| Assignee | ||
Comment 1•14 years ago
|
||
Query used:
select date_trunc('day', date_processed) as day, count(*), os_name, os_version
from reports
where signature = 'js::Bindings::getLocalNameArray(JSContext*, js::Vector<JSAtom*, int, js::TempAllocPolicy>*)'
and os_name ilike 'windows%'
group by day, os_name, os_version order by count(*) desc;
This is sorted by count (descending), let me know if you'd like any changes.
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 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
•