[ncl-talk] ncl malloc: *** error for object

franz f.trotta at sincem.unibo.it
Fri Jul 25 04:27:58 MDT 2014


Hi NCL users,

I have a malloc problem in my code that I do not understand

Today, at some point in my script I add the new variables

    LeftStringC = new(2,string)
    LevVal      = new(3,float)
    LevVal_diff = new(3,float)

but when I run the script I get this error:

ncl(80783,0x7fff7983c310) malloc: *** error for object 0x7fd47c057208: 
incorrect checksum for freed object - object was probably modified after 
being freed.
*** set a breakpoint in malloc_error_break to debug

what does it means?

Francesco


More information about the ncl-talk mailing list