Segmentation faults on second plugin invocation.

Greg Hudson ghudson at mit.edu
Mon Dec 15 01:10:35 EST 2014


On 12/14/2014 01:16 PM, Dr. Greg Wettstein wrote:
> #0  0xf738766c in malloc_consolidate () from /lib/libc.so.6

A crash in malloc indicates prior memory corruption, which could have
occurred anywhere in the process code.  You'll need to use a tool such
as valgrind to isolate the original cause.

If you do determine that memory corruption occurred in the MIT krb5 code
base and not elsewhere, please send your findings to
krbcore-security at mit.edu (and not to this public list).


More information about the krbdev mailing list