Hi, I was using gdb to get the backtrace of the crash. One more quick question I am using following options while compiling the kerberos
--enable-pkinit=yes and --with-pkinit-crypto-impl=openssl for pkinit do i need both these options for pkinit support or if they are removed from compile options pkinit still works? Best Regards, B.Sasikumar. From: Greg Hudson <[email protected]> Sent: Wed, 22 May 2013 10:11:01 To: sasikumar bodathula <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: Crash while freeing data. On 05/21/2013 11:00 PM, sasikumar bodathula wrote: > Hi, > &nbsp; I am using kerberos 1.11.2 version for development while using the pkinit option for certificate implementation observed a crash. I don't suppose you can run this through valgrind? Crashing in free() implies a previous memory error (which might have been in OpenSSL, libkrb5, or the application), and it's much easier to debug if you can find the original error. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
