Re: [PATCH v2] libdwfl: Correctly handle corefile non-contiguous segments

2023-11-21 Thread Aaron Merey
Hi Mark, On Tue, Nov 21, 2023 at 7:48 AM Mark Wielaard wrote: > > > > The size of the uncompressed testcore-noncontig has been reduced from > > 736M to 54K. > > Uncompressed it is 580K. Still a bit large, but much more reasonable. > We even have a couple of larger test files in the repo. Thanks.

Re: [PATCH v2] libdwfl: Correctly handle corefile non-contiguous segments

2023-11-21 Thread Mark Wielaard
Hi Aaron, On Fri, 2023-11-17 at 21:48 -0500, Aaron Merey wrote: > v1: https://sourceware.org/pipermail/elfutils-devel/2023q4/006644.html > > v2 changes: > > The size of the uncompressed testcore-noncontig has been reduced from > 736M to 54K. Uncompressed it is 580K. Still a bit large, but much

[PATCH v2] libdwfl: Correctly handle corefile non-contiguous segments

2023-11-17 Thread Aaron Merey
v1: https://sourceware.org/pipermail/elfutils-devel/2023q4/006644.html v2 changes: The size of the uncompressed testcore-noncontig has been reduced from 736M to 54K. dwfl_addrsegment tests have been added to verify correct handling of non-contiguous segments. --- libdwfl/dwfl_segment_report_mod