1) Install MinGW-32 with GCC 4.8.1, as in my case. Seems to be the latest MinGW-32. Don't forget about MSYS. 2) Run *gdb --args ./cryptest.exe v *or *gdb --args ./cryptest.exe tv all *in MSYS console 3) Finally, execute *run *in GDB console. You'll see the program output till the crash and the crash information. 4) Type *backtrace *to get the stack trace. 5) After all, type *kill* and *quit *to stop debugging. 6) Profit!
Or simply run *cryptest.exe v *to get Windows's crash message. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
