Re: [PATCHv2 1/1] report_r_debug: handle `-z separate-code' and find more modules

2023-05-12 Thread Mark Wielaard
Hi Luke, On Fri, May 12, 2023 at 08:11:45PM +0100, Luke Diamand wrote: > Looking at some cores in eu-stack, I found that they were not being > backtraced. > > This was because elfutils had not found some modules (e.g. libc-2.22.so) > in report_r_debug. > > That is because it has a limit on the n

[PATCHv2 1/1] report_r_debug: handle `-z separate-code' and find more modules

2023-05-12 Thread Luke Diamand via Elfutils-devel
Looking at some cores in eu-stack, I found that they were not being backtraced. This was because elfutils had not found some modules (e.g. libc-2.22.so) in report_r_debug. That is because it has a limit on the number of link map entries it will look at, to avoid loops in corrupted core files. Th