On Monday, July 20, 2015 at 3:30:13 PM UTC-4, jean-pierre.muench wrote: > > You *may* want to add that #define CRYPTOPP_INSTALL_SIGTRAP_HANDLER (in > the comment) only affects GCC / Unix. > I'm not sure if everybody knows this is unix-only behavior. >
I'm beginning to wonder if the config setting is even needed. The signal handler is part of cryptest, and not cryptlib, so there's nothing to configure for the library. I think we should always install it. What *might* be more useful is to allow someone to select the signal - SIGTRAP, SIGABRT or some other. Posix uses SIGABRT, and its useless behavior in Debug. SIGTRAP is much more useful in Debug. In Release mode, asserts should not be in effect, so it does not matter what its set to. Jeff -- -- 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.
