For example, if I am drafting an email in a text editor, the text editor crashes, and apport creates a file in /var/crash, will the data below "CoreDump: base64" contain a copy of that draft? Could it also contain text that has been typed in other running programs? I did a base64 to base8 conversion on the data block, but the only string I have been able so far is "CoreDump" at the top line.
I have not been able to find another question regarding this, so can someone please enlighten me on what isn't inside a core dump versus the usual what is? Thank you very much!