I am working on extracting the stack trace from core files on x86_64 arch and I am using v1.6.0-rc2 and also using t test-coredump-unwind.c I have noticed the following
When using core file coming from a single-thread application all of the stack were generated correctly but the program itself crashed when it tries to get the stack behind the main function (glibc stuff) which I think is a bug
when using a core file coming from a multi-threaded application the program crashed right away
so my questions here are
is the first issue a known bug or it is not a bug and there is something that I am doing wrong
Is multi-threaded application core file supported or not yet