Closed Bug 1046750 Opened 10 years ago Closed 10 years ago

Need AsyncShutdownTimeout data for Beta 32.0

Categories

(Socorro :: Data request, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: gfritzsche, Assigned: rhelmer)

References

Details

Attachments

(1 file)

Apparently i'm managing to break some things in Socorro, so here is a manual data request:

* crash signature: mozalloc_abort(char const* const) | NS_DebugBreak | nsDebugImpl::Abort(char const*, int)
* (optional) restrict on "AsyncShutdownTimeout" being non-empty
* product: Firefox
* version: 32.0
* from: 2014-07-22

Required data:
* AsyncShutdownTimeout

Format:
* just the field data per line, CSV, JSON or whatever is usable and easy

https://crash-stats.mozilla.com/api/SuperSearch/?async_shutdown_timeout=phase&product=Firefox&release_channel=beta&version=32.0
Status: NEW → ASSIGNED
This is a result of the query:

COPY ( 
  SELECT raw_crash->'AsyncShutdownTimeout',
         version_string,
         signature
  FROM raw_crashes
  JOIN reports_clean rc ON (raw_crashes.uuid::text = rc.uuid)
  JOIN product_versions USING (product_version_id)
  JOIN signatures USING (signature_id)
  WHERE product_name = 'Firefox'
  AND version_string LIKE '32.0b%'
  AND raw_crashes.date_processed >= '2014-07-22'
  AND (raw_crash->'AsyncShutdownTimeout')::text != 'null'
) TO STDOUT WITH CSV;

I edited the output file to add a header line.
Please reopen if this isn't what you need.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: