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 number of link map entries it will > look at, to avoid loops in corrupted core files.
Looks good. Pushed. Thanks, Mark