I would like to force a core dump at a specific location in my C++ application.
I know I can do it by doing something like:
int * crash = NULL; *cras
#include . . . assert(!"this should not happen");