How to get more callstack info when crash?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
rzxiao
Posts: 13
Joined: Sun Feb 05, 2006 7:55 pm

How to get more callstack info when crash?

Post by rzxiao »

I know that use psp-addr2line to view EPC and RA when exception happen, but sometimes the result you get is a malloc_r (on stdlib,for example),I don't know which code in my app result in this。

So, is there a way to get more callstack information ?

Thanks for any tips.
Post Reply