On Wed, 2018-09-05 at 13:59 +0100, Richard W.M. Jones wrote: > On Wed, Sep 05, 2018 at 02:27:44PM +0200, Florian Weimer wrote: > > But which one? For 2.28-9.fc29 or 2.27.9000-35.fc29? If GDB can't > > find the build ID, I'd suggest try the other version as well. > > Oh I see, good point. I only had debuginfo installed for the > new version. > > I've now installed every debuginfo related to the coredump, > and the old glibc debuginfo, but still: > > Thread 1 (Thread 0x7f13c7b7d740 (LWP 31373)): > #0 0x00007f13c71ce46f in ?? () > #1 0x0000000000000000 in ?? () > > So, I don't know ... You could try eu-stack, with -l it should print out a memory map which might give you a hint about the modules/build-ids. $ eu-stack -v -l -b -m --core core.file Or try eu-unstrip -n --core core.file Which should do the same and list what it knows about the files/modules/build-ids in the core file. Cheers, Mark _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx