Hi all,<br><br>In one of my application I want to create a Shapefile and populate it. <br>The aime is to read data from a netCDF file and transform them into Feature of a ShapeFile.<br>It works fine for almost all fields but the script crash when I try to calculate a field who depends of two others (like fields x = fields a + fields b) <br>
The error is : <br clear="all">*** glibc detected *** free(): invalid next size (fast): 0x0818a6b8 ***<br><br>So I must create the structure of the database, fill all the fields instead the one who trow methe error and close the datasource. <br>
After that I re-open my ShapeFile to fill the last fields. It works in that way but it&#39;s not a clean way.<br><br>Did you already got this kind of error or do you know what I&#39;m doing wrong?<br><br><br>Best Regards<br>
<br><br>Arnaud<br>