TR_STACK_DEPTH
if (tr->tr_depth == 0 || tr->tr_depth > TR_STACK_DEPTH)
pc_t tr_stack[TR_STACK_DEPTH];
tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH);