Lines Matching refs:COREDUMPLOG
208 #define COREDUMPLOG(fmt, args...) printf("coredump (%s, pid %d): " fmt "\n", core_proc->p_comm, pro… macro
210 #define COREDUMPLOG(fmt, args...) macro
358 COREDUMPLOG("writing core to %s", name); in coredump()
360 COREDUMPLOG("failed to open core dump file %s: error %d", name, error); in coredump()
370 COREDUMPLOG("failed to write core to non-regular file"); in coredump()
383 COREDUMPLOG("map size: %lu", mapsize); in coredump()
386 …COREDUMPLOG("insufficient free space (free=%d MB, needed=%lu MB, reserve=%d MB)", freespace_mb(vp)… in coredump()
413 …COREDUMPLOG("error: segment size overflow: segment_count=%lu, segment_command_sz=%lu", segment_cou… in coredump()
420 …COREDUMPLOG("error: thread state size overflow: tstate_size=%lu, thread_count=%lu", tstate_size, t… in coredump()
427 COREDUMPLOG("error: command size overflow: lhs=%lu, rhs=%lu", lhs, rhs); in coredump()
434 …COREDUMPLOG("error: header size overflow: command_size=%lu, mach_header_sz=%lu", command_size, mac… in coredump()
441 COREDUMPLOG("error: failed to allocate memory for header (size=%lu)", header_size); in coredump()
470 COREDUMPLOG("mach header size: %zu", header_size); in coredump()
476 COREDUMPLOG("dumping %zu segments", segment_count); in coredump()
502 COREDUMPLOG("exceeded allowable region for 32-bit process"); in coredump()
513 COREDUMPLOG("ending segment dump, kret=%d", kret); in coredump()
524 COREDUMPLOG("eliding unreadable segment %llx->%llx", vmoffset, vmoffset + vmsize); in coredump()
558 COREDUMPLOG("failed to write segment %llx->%llx: error %d", vmoffset, vmoffset + vmsize, error); in coredump()
568 … COREDUMPLOG("partially wrote segment %llx->%llx, resid %lld", vmoffset, vmoffset + vmsize, resid); in coredump()
571 COREDUMPLOG("skipping unreadable segment %llx->%llx", vmoffset, vmoffset + vmsize); in coredump()
613 COREDUMPLOG("max file offset: %lld", foffset); in coredump()
634 COREDUMPLOG("dumping %zu threads", thread_count); in coredump()
644 COREDUMPLOG("failed to write mach header: error %d", error); in coredump()
651 COREDUMPLOG("failed to FULLFSYNC core: error %d", error); in coredump()
660 COREDUMPLOG("failed to close core file: error %d", error1); in coredump()
681 COREDUMPLOG("core dump failed: error %d\n", error); in coredump()
683 COREDUMPLOG("core dump succeeded"); in coredump()