Closed Bug 437092 Opened 16 years ago Closed 16 years ago

query for tablet pc related crashes in socorro db

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ted, Assigned: chizu)

References

Details

Attachments

(1 file)

48.08 KB, application/octet-stream
Details
I'd like to get a sense of how many crashes are happening to Tablet PC users, related to bug 432467. Aravind, can you run this query on the production db for me?

select count(reports.signature), reports.signature from reports LEFT JOIN MODULES on reports.id = modules.report_id WHERE reports.date > now() - interval '2 weeks' AND modules.filename = 'tiptsf.dll' group by reports.signature order by count(reports.signature) desc;

The results should be anonymous, so you can just attach it here.
Oh, and if that query doesn't take forever, maybe we can run this one too:

select count(reports.signature), count(distinct user_id) as users, reports.signature from reports LEFT JOIN MODULES on reports.id = modules.report_id WHERE reports.date > now() - interval '2 weeks' AND modules.filename = 'tiptsf.dll' group by reports.signature order by count(reports.signature) desc;
Assignee: server-ops → thardcastle
Attached file Query results
result.out is the summary query, result2.out is the comment #1 query.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: