On 9/13/2016 10:00 PM, Edgar Pettijohn wrote:
I'm attempting to capture a core-dump file, and gdb reports
warning: core file may not match specified executable file.
I believe this means the core file doesn't match up to the executable. I would delete the core and try to reproduce with your new executable then run gdb with a core that matches.
Thanks so much for the quick reply, Edgar!
That's what I find to be so strange. I am producing the core-dump and then attempting to run it through gdb immediately thereafter. I just don't see how the dovecot-lda executable could be changing in the space of about ten seconds.
I don't know what it's worth, but the "bt full" command, while at the gdb prompt, produces legible output. I don't see a bunch of "?" characters, as cautioned about in the bug report instructions.
For example, here's the tail end of the output (is it usable as-is?):
session_id = 0x14844a489d8
Thanks in advance for any additional insight that you may be able to provide!
-Ben