Bug 1745224 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Will Kahn-Greene [:willkg] ET needinfo? me from comment #5)
> Here are some parent crashes for Firefox for release channel from 12/8/2021:
> 
> * bp-efe27f97-f732-4924-9c0d-9937d0211208
> * bp-93e7a3fc-d2c0-4e06-ae13-a66090211208
> * bp-7e52e713-f180-4e78-9b83-beb260211208
> 
> Here are some content crashes:
> 
> * 7446f41e-b51e-4eaa-882e-92c2f0211208
> * d0503ddc-9dc3-417f-8415-819570211208
> * d284750c-42d5-4e7c-a98f-d8dcc0211208
> 

None of these are missing Mozilla-specific symbols, or have NULL debug ids for Mozilla-specific modules.

> I threw together an STMO query. I don't know offhand what the access requirements are for it:
> 
> https://sql.telemetry.mozilla.org/queries/83220/source

I don't seem to have permission to see these results (or to perform the query). If you're able, in this custom query, to search on module debug ids, I'd specify the following search criteria (to be ANDed together):

1. Signature contains "XUL@"

2. Release channel is "release" or "nightly"

3. Product is not "SeaMonkey"

4. Module debug id contains "000000000000000000000000000000000"

SeaMonkey needs to be excluded because its build process never copies Mozilla-specific symbols to the symbol server.
(In reply to Will Kahn-Greene [:willkg] ET needinfo? me from comment #5)
> Here are some parent crashes for Firefox for release channel from 12/8/2021:
> 
> * bp-efe27f97-f732-4924-9c0d-9937d0211208
> * bp-93e7a3fc-d2c0-4e06-ae13-a66090211208
> * bp-7e52e713-f180-4e78-9b83-beb260211208
> 
> Here are some content crashes:
> 
> * 7446f41e-b51e-4eaa-882e-92c2f0211208
> * d0503ddc-9dc3-417f-8415-819570211208
> * d284750c-42d5-4e7c-a98f-d8dcc0211208
> 

None of these are missing Mozilla-specific symbols, or have NULL debug ids for Mozilla-specific modules.

> I threw together an STMO query. I don't know offhand what the access requirements are for it:
> 
> https://sql.telemetry.mozilla.org/queries/83220/source

I don't seem to have permission to see these results (or to perform the query). If you're able, in this custom query, to search on module debug ids, I'd specify the following search criteria (to be ANDed together):

1. Signature contains "XUL@"

2. Release channel is "release" or "nightly"

3. Product is not "SeaMonkey"

4. XUL module debug id contains "000000000000000000000000000000000"

SeaMonkey needs to be excluded because its build process never copies Mozilla-specific symbols to the symbol server.

Back to Bug 1745224 Comment 6