Re: 1.5.5: SEGV in calloc before start of main

2003-11-21 Thread Lloyd Lewins
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

1.5.5: SEGV in calloc before start of main

2003-11-20 Thread Lloyd Lewins
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