Searched refs:stacktrace (Results 1 - 1 of 1) sorted by relevance
/systemd/src/coredump/ |
H A D | coredump.c | 57 #include "stacktrace.h" 641 _cleanup_free_ char *stacktrace = NULL; local 643 r = coredump_make_stack_trace(coredump_fd, context[CONTEXT_EXE], &stacktrace); 645 core_message = strjoin("MESSAGE=Process ", context[CONTEXT_PID], " (", context[CONTEXT_COMM], ") of user ", context[CONTEXT_UID], " dumped core.\n\n", stacktrace, NULL);
|
Completed in 1051 milliseconds