Skip to content

[C++][CI] Windows SEH exceptions don't show a call stack #27455

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions