Closed
Bug 682464
Opened 14 years ago
Closed 14 years ago
[Flash npswf32.dll] Reprocess signature npswf32.dll@0x141855...
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smadayag, Assigned: rhelmer)
References
Details
Please reprocess the following signature with the updated Flash Player symbols.
reference:
https://bugzilla.mozilla.org/show_bug.cgi?id=682126
| Assignee | ||
Comment 1•14 years ago
|
||
I only see 23 processed records with this signature; I'll submit them to priority processing.
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•14 years ago
|
||
We should make a script for this, just did it in shell for right now:
psql -U $databaseUserName -h $databaseHost $databaseName -c "copy (select uuid from reports where signature = 'npswf32.dll@0x141855') to stdout;" > ooids.txt
cat ooids.txt | while read ooid; do psql -U $databaseUserName -h $databaseHost $databaseName -c "insert into priorityjobs values('$ooid');"; done
(inspected the contents of ooids.txt and did echo before running the commands for real of course :) )
| Assignee | ||
Comment 3•14 years ago
|
||
OK looks like these were all reprocessed:
0abff67b-203c-4599-aa91-baa8e2110825
ebc350a1-6244-4c0c-97f0-99ad32110825
ee92d9bf-5c84-4122-938e-d2d6d2110825
ec326234-03d3-44ea-96c2-151722110825
dc703ea6-e000-405a-961c-767cd2110825
eeda3e01-7643-4aa8-8923-f64712110825
dc31dc9e-f771-4d1d-962e-c83e92110825
91513c2e-621f-4966-ac73-94b182110825
7fc7a67d-f5c3-4afb-86c1-35cac2110825
418158f6-dbd6-4a35-b600-551832110825
4a1b3f3e-12d9-4b6f-9f15-f91be2110826
b822f8cb-f3ec-4ff3-a09a-e7d5c2110826
282b746c-eb74-4a09-98d0-7993f2110826
589df2db-4215-4073-b115-0adfb2110826
e4e97872-b4bb-49e4-836d-1e42e2110826
80b7ae44-296a-42ea-8fdc-b47f82110826
c4e8c419-b1f0-4355-adb5-828f82110826
24ef1259-9d06-43e1-80f4-3d4092110826
6d779281-9e53-4e4c-ba2d-3614d2110826
ed55ed95-efbf-4287-b295-7bd092110826
3b81cb90-7ae1-4644-a3ed-616842110826
a6b0a88c-19dd-425c-8420-f29422110826
1a14c650-0369-4fc7-8523-efcc62110826
Can you verify that they look ok?
You should be able to plug these into the search box in the upper-right on https://crash-stats.mozilla.com/products/Firefox
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
(If you would have prefixed them with bp-, bugzilla should have auto-linked them for you, I think:
bp-0abff67b-203c-4599-aa91-baa8e2110825
)
thanks for pointing out what they resolved too. i was just about to ask...
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
•