Custom Memory Heap Crash

Guide for debugging crashes related to custom memory heaps, particularly use-after-free issues caused by static destruction ordering, DEBUG vs RELEASE discrepancies, and custom allocator lifecycle problems. This skill should be used when investigating crashes that occur only in RELEASE builds, memory-related crashes involving custom allocators, static initialization/destruction order issues, or use-after-free bugs in C++ applications.

tools-only ce16e55 3 files · 15.5 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_dac44adc commit ce16e55ee9

Frequently asked questions

npx skillmds add tools-only/custom-memory-heap-crash