On 02/02/23 17:01, Tom Ritter wrote:
If it's in the signature, is it possible to give Bugzilla a signature like `[@ * | TrueTypeFontMetricsBuilder::GetBlackBox]` to get all the reasons? And then optionally/additionally to populate this data into crash stop like "30/30 are uaf, 2/32 are bad hardware"?
You can do that on Socorro already by searching for a signature, for example this query:
https://crash-stats.mozilla.org/search/?signature=~TrueTypeFontMetricsBuilder%3A%3AGetBlackBox Yields these results:1 shutdownhang | (anonymous namespace)::TrueTypeFontMetricsBuilder::GetBlackBox 270 54.77%
2 bad hardware | TrueTypeFontMetricsBuilder::GetBlackBox 161 32.66% 3 TrueTypeFontMetricsBuilder::GetBlackBox 50 10.14% 4 shutdownhang | TrueTypeFontMetricsBuilder::GetBlackBox 12 2.43%Note how we already flag some of those crashes as bad hardware. Interestingly if you click on the third signature, go to the "Aggregations" page and aggregate on the reasons field you'll notice that these are also not actionable (or bad hardware):
EXCEPTION_IN_PAGE_ERROR_READ / STATUS_BAD_COMPRESSION_BUFFER 30 60.00% EXCEPTION_IN_PAGE_ERROR_READ / STATUS_IO_DEVICE_ERROR 10 20.00% EXCEPTION_IN_PAGE_ERROR_READ / STATUS_DEVICE_HARDWARE_ERROR 6 12.00% EXCEPTION_IN_PAGE_ERROR_READ / STATUS_NO_SUCH_DEVICE 2 4.00% EXCEPTION_IN_PAGE_ERROR_READ / STATUS_OBJECT_NAME_NOT_FOUND 1 2.00% EXCEPTION_IN_PAGE_ERROR_READ / STATUS_UNEXPECTED_NETWORK_ERROR 1 2.00% We probably need to flag those too. Gabriele -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/6f810128-2fc7-7095-b8ef-b01cdaa9fdd5%40mozilla.com.
OpenPGP_signature
Description: OpenPGP digital signature
