Any porting avaiable of backtrace for uclibc?
- by user303967
We are running the uclibc linux on ARM 9. The problem is uclibc doesn't support backtrace. When core-dump happen, cannot grap the call stack.
Anyone has good solution on that?
For example, an existing porting of backtrace for uclibc? or any good method to grap call stack when call dump happen(uclibc+ARM+Linux)?
thanks