Closed Bug 1264244 Opened 8 years ago Closed 8 years ago

Add SystemError to Super Search Fields

Categories

(Socorro :: Data request, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cyu, Assigned: adrian)

References

Details

From https://bugzilla.mozilla.org/show_bug.cgi?id=1258317#c14 , it's desirable that we perform super search based on "SystemError" value so that we can drill down from the same crash signatures based on the errors return from system calls.
See Also: → 1258317
Sorry, what is the bug/feature request here?
We'd like to have a supersearch term against the "SystemError" field in the crash report metadata so we can facet the crashes on it like:

https://crash-stats.mozilla.com/search/?product=Firefox&signature=~mozilla%3A%3Aipc%3A%3ATransferHandleToProcess&system_error=5&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature

to have crashes of mozilla::ipc::TransferHandleToProcess due to access denied from the system (SystemError = 5).
Can you describe what the SystemError values are? At the moment they seem to be only integers. Should those values be considered as string or numbers (ie, have string operators like "contains" or number operators like >).
Assignee: nobody → adrian
Summary: Make it easier to analyze crashes of different SystemError values → Add SystemError to Super Search Fields
(In reply to Adrian Gaudebert [:adrian] from comment #3)
> Can you describe what the SystemError values are? At the moment they seem to
> be only integers. Should those values be considered as string or numbers
> (ie, have string operators like "contains" or number operators like >).

The values are integers, but each value has a distinct meaning and is not comparable to another value. I think the operators has terms/doesn't have terms are good for its purpose.
OK, this is done: 
https://crash-stats.mozilla.com/search/?product=Firefox&_facets=system_error&_columns=system_error#facet-system_error
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Actually, I have enabled number operators so you can do something like this: 

https://crash-stats.mozilla.com/search/?product=Firefox&system_error=%3E0&_facets=system_error&_columns=system_error#crash-reports

(this way you only see results that have a value)
Thanks. That's cool!
Blocks: 1267222
You need to log in before you can comment on or make changes to this bug.