Lines Matching refs:COREDUMPLOG

211 #define COREDUMPLOG(fmt, args...) printf("coredump (%s, pid %d): " fmt "\n", core_proc->p_comm, pro…  macro
213 #define COREDUMPLOG(fmt, args...) macro
285 COREDUMPLOG("failed to write LC_NOTE %s: error %d", core_notes[i].cn_owner, error); in dump_notes()
441 COREDUMPLOG("writing core to %s", name); in coredump()
443 COREDUMPLOG("failed to open core dump file %s: error %d", name, error); in coredump()
453 COREDUMPLOG("failed to write core to non-regular file"); in coredump()
466 COREDUMPLOG("map size: %lu", mapsize); in coredump()
469COREDUMPLOG("insufficient free space (free=%d MB, needed=%lu MB, reserve=%d MB)", freespace_mb(vp)… in coredump()
496COREDUMPLOG("error: segment size overflow: segment_count=%lu, segment_command_sz=%lu", segment_cou… in coredump()
503COREDUMPLOG("error: thread state size overflow: tstate_size=%lu, thread_count=%lu", tstate_size, t… in coredump()
510 COREDUMPLOG("error: command size overflow: lhs=%lu, rhs=%lu", lhs, rhs); in coredump()
517 COREDUMPLOG("error: note command size overflow: note=%lu", i); in coredump()
523 COREDUMPLOG("error: notes overflow: notes_size=%lu", notes_size); in coredump()
530COREDUMPLOG("error: header size overflow: command_size=%lu, mach_header_sz=%lu", command_size, mac… in coredump()
537 COREDUMPLOG("error: failed to allocate memory for header (size=%lu)", header_size); in coredump()
566 COREDUMPLOG("mach header size: %zu", header_size); in coredump()
572 COREDUMPLOG("dumping %zu segments", segment_count); in coredump()
598 COREDUMPLOG("exceeded allowable region for 32-bit process"); in coredump()
609 COREDUMPLOG("ending segment dump, kret=%d", kret); in coredump()
620 COREDUMPLOG("eliding unreadable segment %llx->%llx", vmoffset, vmoffset + vmsize); in coredump()
654 COREDUMPLOG("failed to write segment %llx->%llx: error %d", vmoffset, vmoffset + vmsize, error); in coredump()
664COREDUMPLOG("partially wrote segment %llx->%llx, resid %lld", vmoffset, vmoffset + vmsize, resid); in coredump()
667 COREDUMPLOG("skipping unreadable segment %llx->%llx", vmoffset, vmoffset + vmsize); in coredump()
709 COREDUMPLOG("max file offset: %lld", foffset); in coredump()
727 COREDUMPLOG("dumping %zu notes", notes_count); in coredump()
737 COREDUMPLOG("dumping %zu threads", thread_count); in coredump()
747 COREDUMPLOG("failed to write mach header: error %d", error); in coredump()
754 COREDUMPLOG("failed to FULLFSYNC core: error %d", error); in coredump()
763 COREDUMPLOG("failed to close core file: error %d", error1); in coredump()
784 COREDUMPLOG("core dump failed: error %d\n", error); in coredump()
786 COREDUMPLOG("core dump succeeded"); in coredump()