Skip to content

Need a GDExtension library that triggers various native errors #510

@limbonaut

Description

@limbonaut

We need a GDExtension library that triggers various native errors (segfaults, stack overflows, null pointer dereferences, abort, etc.) for testing the Sentry SDK's crash reporting. It should be usable in both sentry-godot and sentry-demos/godot.

Currently, the SDK includes a hidden method that intentionally crashes the app. Although it's hidden from docs, it's still callable from GDScript. Shipping crash-triggering code in a production SDK is unnecessary and could raise concerns in security audits. Moving this into a separate library (godot-kaboom) keeps the SDK clean and provides a dedicated tool for crash testing in our test project and in any current and future demos.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions