[minicoredumper] Invalid stack when all memory regions are dumped

John Ogness john.ogness at linutronix.de
Sun Jul 25 21:12:33 CEST 2021


On 2021-07-23, Abhi Arjun <abhiarjun at tutanota.com> wrote:
> I modified program to include global variable and added corresponding
> global var memory region in recept file, but now again stack is not
> showing properly. Global variable value is displayed properly by GDB.
>
> "maps": {
>         "dump_by_name": [
>             "[vdso]",
>             "/home/abhiarjun/mini/global",
>             ""
>         ]
>     },

As I already wrote, the problem occurs because of the file mappings. You
have added a file mapping so you will see the problem again.

I am investigating the cause.

John Ogness


More information about the minicoredumper mailing list