Get the last engine crash backtrace
get_crashRetrieve crash details from the last engine failure: signal, faulting address, and symbolized backtrace. Use when an instance dies unexpectedly to diagnose issues.
Instructions
Return the signal, faulting address, and symbolized backtrace the bridge's crash handler captured the last time the engine crashed (segfault/abort/bus error/etc.). Use this when an instance dies unexpectedly — e.g. run_command reports the bridge closed. Empty if the instance has not crashed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No |