Skip to content

Conversation

@AYUSHMAAN-B
Copy link
Collaborator

@AYUSHMAAN-B AYUSHMAAN-B commented Nov 21, 2025

Previously, MTE crashes involving SIGABRT and SIGTRAP were not explicitly handled, leading to the crash_type being misclassified as UNKNOWN.

This change adds explicit checks for SIGABRT and SIGTRAP, updates the crash_type to Abort and Trap respectively, and extracts the crash_address for SIGTRAP crashes.

The update ensures that crashes involving these MTE faults are parsed correctly and filed under the appropriate crash type.

Previously, MTE crashes involving SIGABRT and SIGTRAP were not
explicitly handled, leading to the crash_type being
misclassified as 'UNKNOWN'.

This change adds explicit checks for SIGABRT and SIGTRAP, updates
the crash_type to 'Abort' and 'Trap' respectively, and extracts
the crash_address for SIGTRAP crashes.

The update ensures that crashes involving these MTE faults are
parsed correctly and filed under the appropriate crash type.
Previously, MTE crashes involving SIGABRT and SIGTRAP were not
explicitly handled, leading to the crash_type being
misclassified as 'UNKNOWN'.

This change adds explicit checks for SIGABRT and SIGTRAP, updates
the crash_type to 'Abort' and 'Trap' respectively, and extracts
the crash_address for SIGTRAP crashes.

The update ensures that crashes involving these MTE faults are
parsed correctly and filed under the appropriate crash type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant