-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed as not planned
Labels
Component: C++Component: Continuous IntegrationStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
SEH exceptions are raised by Windows when (for example) a SIGSEGV would be emitted by Linux. When encountered in CI they are very opaque:
[ RUN ] Expression.FoldConstants
unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.
[ FAILED ] Expression.FoldConstants (1 ms)It should be possible to show a stack trace for the exception, which would aid in debugging
https://github.com/JochenKalmbach/StackWalker
Reporter: Ben Kietzman / @bkietz
Note: This issue was originally created as ARROW-11585. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: C++Component: Continuous IntegrationStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement