fs/coredump.c
1004
coredump_report_failure("over core_pipe_limit, skipping core dump");
fs/coredump.c
1010
coredump_report_failure("%s failed to allocate memory", __func__);
fs/coredump.c
1024
coredump_report_failure("|%s pipe failed", cn->corename);
fs/coredump.c
1033
coredump_report_failure("Core dump to |%s disabled", cn->corename);
fs/coredump.c
1098
coredump_report_failure("format_corename failed, aborting core");
fs/coredump.c
1419
coredump_report_failure("Unsafe core_pattern used with fs.suid_dumpable=2: "
fs/coredump.c
303
coredump_report_failure("Coredump socket may not %s contain spaces", cn->corename);
fs/coredump.c
309
coredump_report_failure("Coredump socket may not %s contain '..' spaces", cn->corename);
fs/coredump.c
314
coredump_report_failure("Coredump socket path %s too long", cn->corename);
fs/coredump.c
718
coredump_report_failure("Coredump socket %s receive queue full", addr.sun_path);
fs/coredump.c
720
coredump_report_failure("Coredump socket connection %s failed %d", addr.sun_path, retval);
fs/coredump.c
778
coredump_report_failure("Coredump socket had unexpected data");
fs/coredump.c
780
coredump_report_failure("Coredump socket failed");
fs/coredump.c
890
coredump_report_failure("this process can only dump core to a fully qualified path, skipping core dump");
fs/coredump.c
958
coredump_report_failure("Core dump to %s aborted: cannot preserve file owner", cn->corename);
fs/coredump.c
962
coredump_report_failure("Core dump to %s aborted: cannot preserve file permissions", cn->corename);
fs/coredump.c
997
coredump_report_failure("RLIMIT_CORE is set to 1, aborting core");