DEBUG_STK_DEPTH
pc_t pcstack[DEBUG_STK_DEPTH];
depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH);
for (i = 0; i < MIN(depth, DEBUG_STK_DEPTH); i++) {