Well I figured out the problem. The application
defines its own heap management routines (malloc,
free, realloc). However it does NOT define calloc. The
existance of an application defined malloc causes
malloc_wrappers to vector dll calloc calls to the
application. However, since the application do
In a program that has been running on cygwin (and
other Unix platforms) for many years, I have started
getting a SEGV in calloc:
Program received signal SIGSEGV, Segmentation fault.
0x6103ee0e in cygwin1!calloc () from
/usr/bin/cygwin1.dll
This occurs even if I set a breakpoint at the start of
my
2 matches
Mail list logo