Skip to content

crash can not be captured on windows #818

Closed
@chenxinhua2021

Description

@chenxinhua2021

I am using flutter to develop app. and use sentry to capture crash. C PlusPlus code is called by ffi which is manged by dart in flutter. Now, The crash is not captured in c plusplus code, try to use crashpad/breakpad/inproc backend, fail to capture the crash.
Found The issue which is in the dart website. dart-lang/sdk#39140
FFI is only a C-based. Maybe c plus plus exceptions can not be captured. Is that why Crash can not be captured by sentry ?
If i want to capture the crash, which methods can be used ?

  • OS: [e.g. Windows 10, 64-bit]
  • Compiler: [e.g. MSVC 22]
  • CMake version and config: [e.g. 3.17.2, SENTRY_BACKEND=inproc]

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Done

    Status

    No status

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions