The missing frame.

Why is my backtrace-recording code not properly recording backtrace ? And the true question is ... is it really not back-tracing correctly ?malloc < new() < __gnu_cxx::new_allocator < Vector_base < std::vector ... " is missing __gnu_cxx::new_allocator."malloc < new() < TestBasicScript() < main() is missing TestBasicScript.malloc < GameScript ctor < TestBasicScript is complete. good.malloc < operator … Continue reading The missing frame.