Tagged Questions
3
votes
2answers
4k views
Using a stackdump from Cygwin executable
So I wrote buggy code that occasionally crash ... and creates a stackdump file.
Using addr2line I can figure out how the program got to the crash point by decoding the addresses on by one. Is there ...