Closed
Bug 716019
Opened 14 years ago
Closed 14 years ago
Need module and or addon correlations for Bug 714320
Categories
(Socorro :: Data request, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marcia, Assigned: rhelmer)
Details
We have an explosive crash in Firefox 10 beta 2 that we cannot reproduce -
https://bugzilla.mozilla.org/show_bug.cgi?id=714320.
For some reason there are no correlations for this crash despite that fact the volume is over 35K. Also the flash version (NPSWF) is not showing in the module list.
Can we manually get any addon or module correlations for this crash? I would like to try to reproduce it before we ship Beta 3 today.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•14 years ago
|
||
This report is running now. The overall run usually takes 1 hour but I have it set to only run for this specific version, so I am guessing it will take about 20 minutes.
| Assignee | ||
Comment 2•14 years ago
|
||
The script which runs this is https://github.com/mozilla/socorro/blob/master/scripts/crons/cron_libraries.sh
This script won't understand nightly/aurora/beta versions, so I put together a temporary stripped-down version and modified the query to do it this way instead:
SELECT uuid
FROM reports_${WEEK}
WHERE completed_datetime < NOW() AND completed_datetime > (NOW() - interval '24 hours')
AND product = 'Firefox'
AND version = '10.0'
AND build::numeric =
any(SELECT build_id
FROM product_versions AS pv
JOIN product_version_builds AS pvb
ON pv.product_version_id = pvb.product_version_id
WHERE version_string = '10.0b2')
Filed bug 716044 to fix this in the script.
| Assignee | ||
Comment 3•14 years ago
|
||
OK uploaded the reports to http://people.mozilla.org/~rhelmer/temp/Firefox-10.0b2-correlation/
Please reopen if this isn't what you need or if you want it uploaded to crash-analysis etc. (need IT help for that)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•