| Previous | Next |
| XBOX_CORRUPTED_IMAGE | XBOX_CORRUPTED_IMAGE_BASE |
XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW
Xbox runtime-function table overflow for XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW
XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW is bug check code 0x00000358.
The inverted function table is loader metadata used for image lookup during exception dispatch and unwinding. This Xbox-range bug check indicates that the platform path exceeded or corrupted that table state.
How to read it in a dump
- Check how many images or modules were loaded in the failing environment.
- Loader metadata and exception-unwind state matter more than the foreground title alone.
- The image list and function-table entries are key dump evidence.
What to check
- Inspect loaded modules and image mapping state.
- Check package composition and whether unusual injected or debug modules are present.
- Verify that platform and title binaries are signed and built for the correct target.
References
Looking for a different code? Search another status or error code.