cc_initialize Crashing

Benjamin Kaduk kaduk at MIT.EDU
Wed May 22 13:08:09 EDT 2013


On Wed, 22 May 2013, Mohit Aggrawal wrote:

> Hello Ben,
>
> Yes!! the crash is at runtime. I have build the MIT Kerberos 1.10 library
> using Visual studio 2005 .After that i build the SPS( Our Product) code
> using this library , while testing the product i found that
> it is crashing.I debugged it and find out that it is crashing in
> cc_initialize function of Kerberos Library
> in file stdcc.c (Line no 283).  Stack trace is given as

Thanks for the stack trace.  The variable accesses on line 283 all appear 
to be safe, so this is a bit puzzling.  The stack trace puts it right at 
startup, so I wonder if you can also crash, say, kinit.exe in the same 
way.  That would give me something I could try to reproduce locally.

-Ben


More information about the krbdev mailing list