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)
Socorro
Data request
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.
Comment 1•13 years ago
|
||
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
Reporter | ||
Comment 2•13 years ago
|
||
Yes, that's expected, we're dealing with small sample sizes (-central and aurora only).
Assignee | ||
Comment 3•13 years ago
|
||
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
Assignee | ||
Updated•13 years ago
|
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.
Description
•