[minicoredumper] Invalid stack when all memory regions are dumped

John Ogness john.ogness at linutronix.de
Tue Jul 20 09:50:58 CEST 2021


On 2021-07-19, Abhi Arjun <abhiarjun at tutanota.com> wrote:
> ~/mini$ cat cd.c
> #include <stdio.h>
> #include <stdlib.h>
> #include <assert.h>
>
> int main()
> {
>     int a=10;
>     printf("Test Program\n");
>     assert(0);
> }

With this program I can reproduce the problem! It seems to be related to
assert(). I will investigate this further. Thank you for reporting!

John Ogness


More information about the minicoredumper mailing list