https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249067
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #1 from Mark Johnston <[email protected]> --- So is the idea to identify runs of alternating faulted and non-faulted ranges in each mapped area, and emit a phdr for each run (or each pair of runs)? Then, the phdr for a non-faulted range would have p_filsz == 0 (or it would get tacked on to the phdr for the preceding faulted range). Or, does Linux completely exclude non-faulted ranges from the core file? I'd be surprised if so, but it does make things a bit simpler for the kernel. I noticed recently that DPDK has a FreeBSD-specific workaround for this exact issue, so I'd like to work on it. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
