3

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!

1

1 Answer 1

1

Generally speaking, core dumps may contain sensitive information. A core dump is basically showing you the contents of the memory of the problem process at the moment of the crash. For more info on how to read a core dump please see https://en.wikipedia.org/wiki/Core_dump .

3
  • Is this base64 core dump containing potentially sensitive information sent when filing a bug report with the "Report a problem" window? Thank you for your answer. :) Commented Feb 22, 2017 at 8:06
  • The core dump is only related to the process that crashed, not what happens afterwards. Commented Feb 22, 2017 at 8:09
  • I mean in situations like this: kephost.com/images/2016/05/20/… Commented Feb 22, 2017 at 8:23

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.