Hacker News new | ask | show | jobs
by yrro 2359 days ago
Can the terminate handler examine the stack and/or the thrown exception in order to provide useful clues to the developer, or is it too late by then?
1 comments

In GCC runtime the terminate handler is called after stack unwinding.