Closed Bug 772410 Opened 13 years ago Closed 13 years ago

Please reprocess flashplayerplugin_11_3_300_262.exe@*

Categories

(Socorro :: Data request, task, P1)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: mpressman)

Details

Please reprocess all reports starting last Thursday which have a signature starting with "flashplayerplugin_11_3_300_262". This is an urgent request.
the SQL below ought to do it. However I notice that there are only about 18 crashes with this signature. Is that expected? insert into priorityjobs select uuid from reports where date_processed > timestamp with time zone '2012-07-05' and signature like 'flashplayerplugin_11_3_300_262%'
Assignee: nobody → mpressman
Yes, that's expected, we're dealing with small sample sizes (-central and aurora only).
breakpad=# insert into priorityjobs breakpad-# select breakpad-# uuid breakpad-# from breakpad-# reports breakpad-# where breakpad-# date_processed > timestamp with time zone '2012-07-05' breakpad-# and signature like 'flashplayerplugin_11_3_300_262%'; INSERT 0 19
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.