On Mon, Jul 1, 2024 at 7:06 PM Frank Ch. Eigler <f...@redhat.com> wrote: > > Hi - > > > [...] For example, we might be looking at a core file from an ARM > > system using elfutils running on an x86 host. [...] > > Makes sense. By the way, to what extent would debuginfod (serving > files from that sysroot) work for this same use case?
Hi Frank, Frankly I don't know. I am not that interested in this cross-arch use case so I didn't even test it myself. I am interested in being able to generate stack traces from containerized applications. Since containers and host share the kernel they have to be the same arch and debuginfod would work without any issue in that case. Michal > > - FChE