1
1

Re CID 1180: Actually, it would be better to also print something in

the case of an error, too...

This commit was SVN r20443.
Этот коммит содержится в:
Jeff Squyres 2009-02-05 15:26:44 +00:00
родитель 598e530de9
Коммит 67a5374a61

Просмотреть файл

@ -350,6 +350,9 @@ static void show_stackframe (int signo, siginfo_t * info, void * p)
stacktrace_hostname, getpid(), i - 2, traces[i]);
if (ret > 0) {
write(fileno(stderr), print_buffer, ret);
} else {
write(fileno(stderr), unable_to_print_msg,
strlen(unable_to_print_msg));
}
}
} else {