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)

x86
Windows 7
task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: marcia, Assigned: rhelmer)

Details

Attachments

(1 file)

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: nobody → rhelmer
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.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: