Skip to content

Memory corruption crashes without stack traces are not grouped together  #904

Closed
@pbajurko

Description

Expected behavior

On our android client we see a lot of reports like that:
SigSegv no stack trace

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

  1. I would like to understand how such event without any stacktrace can be produced.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions