Skip to content

Event Processing Error for Exception Subcode with UInt64 #4469

@lhunath

Description

@lhunath

Steps to Reproduce

Send an event with exception.values.0.mechanism.meta.mach_exception.subcode = 9223372036854775816, which slightly overflows an unsigned Int64.

Expected Result

No processing errors.

Actual Result

https://hubstaff.sentry.io/issues/6206119990/events/e4d7eb43c2694b2294c5e0b12bab43ed/

Image

The issue on Sentry displays a processing error and turns the 9223372036854775816 into a negative number -9223372036854776000, even though 9223372036854775816 is an unsigned Int64, but it overflows a signed Int64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions