Memory corruption crashes without stack traces are not grouped together #904
Closed
Description
Expected behavior
On our android client we see a lot of reports like that:
Observed behavior
Every reported event is segmented as separated error because of different memory address. So we end up with thousands of 1 event errors, what doesn't help with assessing severity.
Steps to reproduce
We cannot reproduce issue locally atm. Though from breadcrumbs it happens after users close app so maybe some GC related issue.
Version
5.0.0
Additional information
- I would like to understand how such event without any stacktrace can be produced.
- I will try do some event processing on client side with custom hash grouping like described here. Any tips on error matching would be appreciated.
Metadata
Assignees
Labels
No labels