[Mapserver-users] msDBFClose() crashes?

Krzysztof Chodak k.chodak at autoguard.pl
Wed May 14 06:29:39 EDT 2003


...
    DBFHandle trgdbffile = msDBFCreate("filename.dbf");
    msDBFClose(trgdbffile);

msDBFClose() is crashing when freeing handle (last line of function's code:
"free( psDBF );")

It is not crashing when lauching on a start of program but is crashing after
some code with dynamic memory management routines
(as MALLOC_CHECK_ reports handle is allocated very low in program memory
space which is strange to me as there are some MB of memory allocated
before)
I'm using 3.2.2 version of gcc

Have anyone such experience?

BR
 
Krzysztof Chodak





More information about the mapserver-users mailing list