Lines Matching refs:FATAL
206 PLOG(FATAL) << "failed to set signal mask"; in DefuseSignalHandlers()
237 LOG(FATAL) << "wrong number of args: " << argc << " (expected 4)"; in ParseArgs()
241 LOG(FATAL) << "invalid target tid: " << argv[1]; in ParseArgs()
245 LOG(FATAL) << "invalid pseudothread tid: " << argv[2]; in ParseArgs()
250 LOG(FATAL) << "invalid requested dump type: " << argv[3]; in ParseArgs()
262 PLOG(FATAL) << "failed to read target ucontext"; in ReadCrashInfo()
275 LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version; in ReadCrashInfo()
280 LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected " in ReadCrashInfo()
308 PLOG(FATAL) << "failed to waitpid"; in wait_for_clone()
312 LOG(FATAL) << "traced process exited with status " << WEXITSTATUS(status); in wait_for_clone()
314 LOG(FATAL) << "traced process exited with signal " << WTERMSIG(status); in wait_for_clone()
316 LOG(FATAL) << "process didn't stop? (status = " << status << ")"; in wait_for_clone()
320 LOG(FATAL) << "process didn't stop due to PTRACE_O_TRACECLONE (status = " << status << ")"; in wait_for_clone()
325 PLOG(FATAL) << "failed to get child pid via PTRACE_GETEVENTMSG"; in wait_for_clone()
330 PLOG(FATAL) << "failed to waitpid on child"; in wait_for_clone()
337 PLOG(FATAL) << "failed to resume child (pid = " << child << ")"; in wait_for_clone()
349 PLOG(FATAL) << "failed to detach from intermediate vm process"; in wait_for_vm_process()
379 PLOG(FATAL) << "failed to open " << target_proc_path; in main()
384 LOG(FATAL) << "parent died"; in main()
396 PLOG(FATAL) << "failed to create pipe"; in main()
401 PLOG(FATAL) << "fork failed"; in main()
443 PLOG(FATAL) << "failed to get process threads"; in main()
460 LOG(fatal ? FATAL : WARNING) << error; in main()
497 LOG(FATAL) << "failed to seize pseudothread: " << error; in main()
501 PLOG(FATAL) << "failed to write to pseudothread"; in main()
506 PLOG(FATAL) << "failed to detach from pseudothread"; in main()
578 LOG(FATAL) << "Failed to init unwinder object."; in main()