Stack trace from a signal handler on ARM Linux
Bhattiprolu RaviKumar <[email protected]> Mon, 26 May 2014 23:20:36 +0530
| Newsgroups | gmane.linux.ports.arm.general |
|---|---|
| Message-ID | <CAL2JCb82spPZE_aZZPkpSu0xukEPVgaexzQLnb6GTvZvrvXe-w@mail.gmail.com> |
All, I am trying to print the stack trace of my program if SIGSEGV is raised. I have installed a signal handler, compiled the code with -funwind-tables. When I run the program, the trace stops at :__default_sa_restorer_v2. It does not show the other functions which were called. I am using ARM A15 and Linux kernel 3.10 along with Linaro gcc tools. Any help to overcome this issue is welcome. Please let me know incase anyone needs more information. regards, Ravi