Skip to content

On some platforms errors are silently swallowed when exceptions are enabled #5210

Open
@abadams

Description

@abadams

Uncaught exceptions aren't guaranteed to print, which means by default we don't have any kind of error reporting at all on windows when you compile Halide with exceptions. Things that are user errors are present as crashes. GenGen has a top-level exception handler, so generators should be fine. However, JIT usage is very unfriendly. I'm not sure what to do about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions