@ -75,7 +75,11 @@ void dump_stack_trace()
progname[n] = 0;
p = strrchr(progname, '/');
*p = 0;
if (p != nullptr) {
} else {
p = progname;
}
char output_filepath[30];
snprintf(output_filepath,