When my c++ app crashes I would like to generate stackdump and display dumped register values.
My app runs on Linux.
I would like my program to be able to generate stackdump and display dumped register values when it crashes and the next time the user run's it, it will ask them if it is ok to send these to me so I can track down the problem. I can handle the stacktrace info but I don't know how to generate these two things. Any ideas?
Advance thanks to all repliers
Thank you vlc