Lines Matching refs:coredump_report_failure

300 			coredump_report_failure("Coredump socket may not %s contain spaces", cn->corename);  in coredump_parse()
306 coredump_report_failure("Coredump socket may not %s contain '..' spaces", cn->corename); in coredump_parse()
311 coredump_report_failure("Coredump socket path %s too long", cn->corename); in coredump_parse()
716 coredump_report_failure("Coredump socket %s receive queue full", addr.sun_path); in coredump_sock_connect()
718 coredump_report_failure("Coredump socket connection %s failed %d", addr.sun_path, retval); in coredump_sock_connect()
776 coredump_report_failure("Coredump socket had unexpected data"); in coredump_sock_wait()
778 coredump_report_failure("Coredump socket failed"); in coredump_sock_wait()
888coredump_report_failure("this process can only dump core to a fully qualified path, skipping core … in coredump_file()
955 coredump_report_failure("Core dump to %s aborted: cannot preserve file owner", cn->corename); in coredump_file()
959coredump_report_failure("Core dump to %s aborted: cannot preserve file permissions", cn->corename); in coredump_file()
994 coredump_report_failure("RLIMIT_CORE is set to 1, aborting core"); in coredump_pipe()
1001 coredump_report_failure("over core_pipe_limit, skipping core dump"); in coredump_pipe()
1007 coredump_report_failure("%s failed to allocate memory", __func__); in coredump_pipe()
1021 coredump_report_failure("|%s pipe failed", cn->corename); in coredump_pipe()
1030 coredump_report_failure("Core dump to |%s disabled", cn->corename); in coredump_pipe()
1135 coredump_report_failure("format_corename failed, aborting core"); in vfs_coredump()
1417 coredump_report_failure("Unsafe core_pattern used with fs.suid_dumpable=2: " in validate_coredump_safety()